summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-18 19:28:52 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-18 19:29:01 +0200
commit1c0ea49edb8b798aa6a18b14a7acf957703f504a (patch)
tree1f9f2c245ca237c1bd313b32267c8050f0c450ca
parentebc44be2bdb9e3c849ee6b03e191371f08d086c8 (diff)
IsPrinterGraphics() and IsVirDevGraphics() were unused.
Change-Id: If5d7bb5c777d3247e3e1a4d39ae1a8f8ba6f4cd8
-rw-r--r--vcl/inc/aqua/atsui/salgdi.h2
-rw-r--r--vcl/inc/coretext/salgdi.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/aqua/atsui/salgdi.h b/vcl/inc/aqua/atsui/salgdi.h
index 44d433cfe5dd..ddda552cd979 100644
--- a/vcl/inc/aqua/atsui/salgdi.h
+++ b/vcl/inc/aqua/atsui/salgdi.h
@@ -143,8 +143,6 @@ public:
void updateResolution();
bool IsWindowGraphics() const { return mbWindow; }
- bool IsPrinterGraphics() const { return mbPrinter; }
- bool IsVirDevGraphics() const { return mbVirDev; }
AquaSalFrame* getGraphicsFrame() const { return mpFrame; }
void setGraphicsFrame( AquaSalFrame* pFrame ) { mpFrame = pFrame; }
diff --git a/vcl/inc/coretext/salgdi.h b/vcl/inc/coretext/salgdi.h
index 7ef49d5a1ddc..c93894aae1ba 100644
--- a/vcl/inc/coretext/salgdi.h
+++ b/vcl/inc/coretext/salgdi.h
@@ -123,8 +123,6 @@ public:
void updateResolution();
bool IsWindowGraphics() const { return mbWindow; }
- bool IsPrinterGraphics() const { return mbPrinter; }
- bool IsVirDevGraphics() const { return mbVirDev; }
void ImplDrawPixel( long nX, long nY, const RGBAColor& ); // helper to draw single pixels