diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-06 15:03:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-06 15:03:24 +0200 |
commit | 693eced961a3d3014d15e0a406f4e001ee817522 (patch) | |
tree | a7042ceadbdeea7cb9ff1f299ab8e2d503ac2732 /vcl | |
parent | 3f8e239f15590cf8b7dccaa57e24d1a7dae7b3da (diff) |
Bin unused VER_TIGER and VER_LEOPARD
Change-Id: Ie5427d776c726c3725465e06bf4d14e93a2bbb32
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/aqua/saldata.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/aqua/saldata.hxx b/vcl/inc/aqua/saldata.hxx index b9da7dbecab8..74e10f5e44db 100644 --- a/vcl/inc/aqua/saldata.hxx +++ b/vcl/inc/aqua/saldata.hxx @@ -52,9 +52,6 @@ class SystemFontList; #define SAL_CLIPRECT_COUNT 16 -#define VER_TIGER 0x1040 -#define VER_LEOPARD 0x1050 - class AquaSalFrame; struct FrameHash : public boost::hash<sal_IntPtr> { |