X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e5f6c7c609dd0b478b95df672af4093a7a5b3ac..5a83f42b3a0378cbb71d87c200bbd9295b0aaa82:/include/wx/gtk/window.h diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index b98ee769da..c28f5532c9 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -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)