Kaydet (Commit) 734f3048 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused functions

Change-Id: I7c91c90341c9aec75c096d400602877f61f04171
üst b296006f
...@@ -62,6 +62,8 @@ using namespace com::sun::star; ...@@ -62,6 +62,8 @@ using namespace com::sun::star;
namespace { namespace {
/* commented out because the only use of thse are in another commented-out block
basegfx::B2DPolygon makeRectPolygon( double fX, double fY, double fW, double fH ) basegfx::B2DPolygon makeRectPolygon( double fX, double fY, double fW, double fH )
{ {
basegfx::B2DPolygon aPoly; basegfx::B2DPolygon aPoly;
...@@ -85,6 +87,7 @@ void drawHairLine( ...@@ -85,6 +87,7 @@ void drawHairLine(
pOutDev->SetLineColor(Color(rColor)); pOutDev->SetLineColor(Color(rColor));
pOutDev->DrawPolyLine(aTarget); pOutDev->DrawPolyLine(aTarget);
} }
*/
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment