]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
Remove connection of MyDllApp::OnIdle() handler in the dll sample.
[wxWidgets.git] / include / wx / apptrait.h
index 944f574768f7de6e8e48d43a49de3d670bd44d5c..59861fbfecf766db94d694ca0e0bcddd6dafa75f 100644 (file)
@@ -77,12 +77,6 @@ public:
     // except in the case of wxMac and wxCocoa
     virtual wxStandardPaths& GetStandardPaths();
 
-#if wxUSE_INTL
-    // called during wxApp initialization to set the locale to correspond to
-    // the user default (i.e. system locale under Windows, LC_ALL under Unix)
-    virtual void SetLocale();
-#endif // wxUSE_INTL
-
 
     // functions abstracting differences between GUI and console modes
     // ------------------------------------------------------------------------