]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Move wxMBConv_cf out of strconv.cpp and into strconv_cf.(cpp|h) by forking the files...
[wxWidgets.git] / include / wx / gtk / window.h
index b98ee769da7339b118d93ef14246786240f0bb8c..c28f5532c9b79c31464fed5d0d07df68d8f1b111 100644 (file)
@@ -265,10 +265,6 @@ public:
     // horizontal/vertical scroll position
     double m_scrollPos[ScrollDir_Max];
 
-    // if true, don't notify about adjustment change (without resetting the
-    // flag, so this has to be done manually)
-    bool m_blockValueChanged[ScrollDir_Max];
-
     // return the scroll direction index corresponding to the given orientation
     // (which is wxVERTICAL or wxHORIZONTAL)
     static ScrollDir ScrollDirFromOrient(int orient)