]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/control.h
Have wxPGTextCtrlEditor::UpdateControl() update wxTextCtrl font boldness based on...
[wxWidgets.git] / include / wx / univ / control.h
index 22cd4efca6347954b15e12f4d724eb49b624a325..74913c6fbcbaef98af4597d1bafdbf84ee383929 100644 (file)
@@ -71,11 +71,6 @@ public:
 
     // wxUniversal-specific methods
 
-    // return the accel index in the string or -1 if none and puts the modified
-    // string into second parameter if non NULL
-    static int FindAccelIndex(const wxString& label,
-                              wxString *labelOnly = NULL);
-
     // return the index of the accel char in the label or -1 if none
     int GetAccelIndex() const { return m_indexAccel; }