diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-18 19:28:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-18 19:29:01 +0200 |
commit | 1c0ea49edb8b798aa6a18b14a7acf957703f504a (patch) | |
tree | 1f9f2c245ca237c1bd313b32267c8050f0c450ca /vcl/inc/aqua | |
parent | ebc44be2bdb9e3c849ee6b03e191371f08d086c8 (diff) |
IsPrinterGraphics() and IsVirDevGraphics() were unused.
Change-Id: If5d7bb5c777d3247e3e1a4d39ae1a8f8ba6f4cd8
Diffstat (limited to 'vcl/inc/aqua')
-rw-r--r-- | vcl/inc/aqua/atsui/salgdi.h | 2 |
1 files changed, 0 insertions, 2 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; } |