summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-04-14 07:45:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-04-14 07:45:27 +0200
commit9b30c36efd8746e10e58911192b1b626ac95e0ee (patch)
tree1a11f807655bf368c93b1824b88e9d3f5335c9d3 /vcl/generic
parent715138f3aa4a5d2a4efbfd85096d3c97e8a9edb8 (diff)
Some vcl cleaning
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/print/common_gfx.cxx7
-rw-r--r--vcl/generic/print/text_gfx.cxx7
2 files changed, 0 insertions, 14 deletions
diff --git a/vcl/generic/print/common_gfx.cxx b/vcl/generic/print/common_gfx.cxx
index 44bf1a797482..662e696d91e9 100644
--- a/vcl/generic/print/common_gfx.cxx
+++ b/vcl/generic/print/common_gfx.cxx
@@ -908,13 +908,6 @@ PrinterGfx::PSLineTo (const Point& rPoint)
PSPointOp (rPoint, "lineto");
}
-void
-PrinterGfx::PSRMoveTo (sal_Int32 nDx, sal_Int32 nDy)
-{
- Point aPoint(nDx, nDy);
- PSPointOp (aPoint, "rmoveto");
-}
-
/* get a compressed representation of the path information */
#define DEBUG_BINPATH 0
diff --git a/vcl/generic/print/text_gfx.cxx b/vcl/generic/print/text_gfx.cxx
index a270ac264ce4..237bb1be2c0f 100644
--- a/vcl/generic/print/text_gfx.cxx
+++ b/vcl/generic/print/text_gfx.cxx
@@ -139,13 +139,6 @@ PrinterGfx::SetFont(
return 0;
}
-sal_uInt16
-PrinterGfx::SetFallbackFont ( sal_Int32 nFontID )
-{
- mnFallbackID = nFontID;
- return 0;
-}
-
void PrinterGfx::drawGlyphs(
const Point& rPoint,
sal_uInt32* pGlyphIds,