]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Applied patch [ 546335 ] Added Automation types and array access
[wxWidgets.git] / include / wx / gtk / window.h
index 5917cf4384050bc4095101d73e3594531d9c0679..bb882e7e7be07425f84eb579d67f27ed839008eb 100644 (file)
@@ -217,7 +217,6 @@ public:
     bool                 m_hasVMT:1;
     bool                 m_sizeSet:1;
     bool                 m_resizing:1;
-    bool                 m_isFrame:1;           // faster than IS_KIND_OF
     bool                 m_acceptsFocus:1;      // true if not static
     bool                 m_hasFocus:1;          // true if == FindFocus()
     bool                 m_isScrolling:1;       // dragging scrollbar thumb?