]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/datectlg.cpp
Warning fix.
[wxWidgets.git] / src / generic / datectlg.cpp
index b75484ed05ad5a210fcc7b1426f18ad309feee43..9c6bd88b3a3b3e60eaa61cea8a139bbd44d2041f 100644 (file)
 // global variables
 // ----------------------------------------------------------------------------
 
-// this should have been a flag in wxDatePickerCtrlGeneric itself but adding it
-// there now would break backwards compatibility, so put it here as a global:
-// this shouldn't be a big problem as only one (GUI) thread normally can call
-// wxDatePickerCtrlGeneric::SetValue() and so it can be only ever used for one
-// control at a time
-//
-// if the value is not NULL, it points to the control which is inside SetValue()
-static wxDatePickerCtrlGeneric *gs_inSetValue = NULL;
 
 // ----------------------------------------------------------------------------
 // local classes