diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-23 15:22:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-23 15:23:08 +0000 |
commit | 69dfa8af78cdd9818c9e472552db290870dddc47 (patch) | |
tree | b17b07bbaa328e3f7d510c95a4b849f0fec32fea /vcl/inc | |
parent | c4be2f6eb037af5d15c0cff913f96c68a41b4473 (diff) |
m_nExtStyle isn't used in gtk[2|3]
Change-Id: Id03d0ee0d4aa29df85c7fcbcb59e1f769b63862f
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 51977c25acbe..ad615048ec86 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -179,7 +179,6 @@ class GtkSalFrame : public SalFrame GdkWindow* m_pForeignTopLevel; GdkNativeWindow m_aForeignTopLevelWindow; SalFrameStyleFlags m_nStyle; - SalExtStyle m_nExtStyle; GtkSalFrame* m_pParent; std::list< GtkSalFrame* > m_aChildren; GdkWindowState m_nState; |