diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-20 23:34:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-20 23:37:04 +0300 |
commit | 0f836296ea3cdc10326ad54983b634168285b8e2 (patch) | |
tree | 9a803361d4b4b349f36872b333b217dc316f234d /vcl/inc | |
parent | c41ad388af65863b89788f874031cb129ce0f8b2 (diff) |
Don't use two separate names for the same thing
Change-Id: Iad76d452d5dbaa03099c1a649d7f278b0151f340
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/osx/salinst.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/osx/salinst.h b/vcl/inc/osx/salinst.h index 6d9a8d662818..8a88a2616f73 100644 --- a/vcl/inc/osx/salinst.h +++ b/vcl/inc/osx/salinst.h @@ -147,7 +147,6 @@ public: static const short AppExecuteSVMain = 0x7fff; static const short AppEndLoopEvent = 1; static const short AppStartTimerEvent = 10; - static const short AppleRemoteEvent = 15; static const short YieldWakeupEvent = 20; static NSMenu* GetDynamicDockMenu(); |