From 694214bebd43a39f1a77fc6541c2148210327f5c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 25 Nov 2015 11:24:56 +0200 Subject: Remove code that has been commented out since 2003 Change-Id: I5975af2801560c61ca72ab25f5d1222cf847c4e3 --- vcl/win/source/gdi/winlayout.cxx | 2 -- 1 file changed, 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) -- cgit