From b0bc47d628ceb6d89d22cd2bd5abc5e5c92af4d8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 16 Mar 2013 19:24:38 +0200 Subject: mnSystemVersion not used Change-Id: Ief800f1228bca327fd8d77a78fa332639f5d5f69 --- vcl/inc/ios/saldata.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vcl/inc/ios') 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 -- cgit