summaryrefslogtreecommitdiff
path: root/vcl/inc/osx/salframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/osx/salframe.h')
-rw-r--r--vcl/inc/osx/salframe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h
index c2b53e270648..c615690946f4 100644
--- a/vcl/inc/osx/salframe.h
+++ b/vcl/inc/osx/salframe.h
@@ -38,7 +38,6 @@
#include <stdexcept>
class AquaSalGraphics;
-class AquaSalFrame;
class AquaSalTimer;
class AquaSalInstance;
class AquaSalMenu;
@@ -61,7 +60,6 @@ public:
int mnMinHeight; // min. client height in pixels
int mnMaxWidth; // max. client width in pixels
int mnMaxHeight; // max. client height in pixels
- NSRect maFullScreenRect; // old window size when in FullScreen
bool mbGraphics; // is Graphics used?
bool mbFullScreen; // is Window in FullScreen?
bool mbShown;