]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
Revert the zoom direction on Ctrl-mouse wheel in wxStyledTextCtrl.
[wxWidgets.git] / include / wx / generic / splitter.h
index fdaeb8023ac72257159e14410f8526068a137724..d334922dd2b69f723c92eb5c2733614328adbf03 100644 (file)
@@ -211,9 +211,6 @@ public:
     // Resizes subwindows
     virtual void SizeWindows();
 
-    void SetNeedUpdating(bool needUpdating) { m_needUpdating = needUpdating; }
-    bool GetNeedUpdating() const { return m_needUpdating ; }
-
 #ifdef __WXMAC__
     virtual bool MacClipGrandChildren() const { return true ; }
 #endif
@@ -297,7 +294,6 @@ protected:
     bool        m_needUpdating:1;
     bool        m_permitUnsplitAlways:1;
     bool        m_isHot:1;
-    bool        m_checkRequestedSashPosition:1;
 
 private:
     DECLARE_DYNAMIC_CLASS(wxSplitterWindow)