diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-16 19:24:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-16 20:27:55 +0200 |
commit | b0bc47d628ceb6d89d22cd2bd5abc5e5c92af4d8 (patch) | |
tree | 2e1287da2ac84326ee1e353df9454ba47cf5513d | |
parent | d956ddc54c486e24505029b9bdac314416b256d6 (diff) |
mnSystemVersion not used
Change-Id: Ief800f1228bca327fd8d77a78fa332639f5d5f69
-rw-r--r-- | vcl/inc/ios/saldata.hxx | 5 | ||||
-rw-r--r-- | vcl/ios/source/app/saldata.cxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/ios/saldata.hxx b/vcl/inc/ios/saldata.hxx index 75d1b769e20d..9ab5e4bab2e5 100644 --- a/vcl/inc/ios/saldata.hxx +++ b/vcl/inc/ios/saldata.hxx @@ -52,9 +52,6 @@ class SystemFontList; #define SAL_CLIPRECT_COUNT 16 -#define VER_TIGER 0x1040 -#define VER_LEOPARD 0x1050 - // ----------- // - SalData - // ----------- @@ -87,8 +84,6 @@ public: static oslThreadKey s_aAutoReleaseKey; - SInt32 mnSystemVersion; // Store System Version - long mnDPIX; // #i100617# read DPI only once per office life long mnDPIY; // #i100617# read DPI only once per office life diff --git a/vcl/ios/source/app/saldata.cxx b/vcl/ios/source/app/saldata.cxx index b8f39109dbb5..b83bc78e2f82 100644 --- a/vcl/ios/source/app/saldata.cxx +++ b/vcl/ios/source/app/saldata.cxx @@ -42,7 +42,6 @@ SalData::SalData() mxGraySpace( CGColorSpaceCreateDeviceGray( ) ), mxP50Space( NULL ), mxP50Pattern( NULL ), - mnSystemVersion( VER_TIGER ), mnDPIX( 0 ), mnDPIY( 0 ) { |