summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-11-25 11:24:56 +0200
committerTor Lillqvist <tml@collabora.com>2015-11-25 11:24:56 +0200
commit694214bebd43a39f1a77fc6541c2148210327f5c (patch)
tree1e1cf674a4b1e380cd39edd783e1b5245fc2827b
parent4d9a757a384b79cee452b5625bfadeb2eaa42bc2 (diff)
Remove code that has been commented out since 2003
Change-Id: I5975af2801560c61ca72ab25f5d1222cf847c4e3
-rw-r--r--vcl/win/source/gdi/winlayout.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx
index 23fd8be33340..7339fb7ccc67 100644
--- a/vcl/win/source/gdi/winlayout.cxx
+++ b/vcl/win/source/gdi/winlayout.cxx
@@ -651,7 +651,6 @@ public:
int mnEndGlyphPos;
int mnMinCharPos;
int mnEndCharPos;
- //long mnPixelWidth;
int mnXOffset;
ABC maABCWidths;
bool mbHasKashidas;
@@ -1001,7 +1000,6 @@ bool UniscribeLayout::LayoutText( ImplLayoutArgs& rArgs )
rVisualItem.mnMinGlyphPos = mnGlyphCount;
rVisualItem.mnEndGlyphPos = 0;
rVisualItem.mnXOffset = nXOffset;
- //rVisualItem.mnPixelWidth = 0;
// shortcut ignorable items
if( (rArgs.mnEndCharPos <= rVisualItem.mnMinCharPos)