]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/control.cpp
//... => /* ... */
[wxWidgets.git] / src / gtk / control.cpp
index 90b16f3d70d0677a16d9738db85cedfe2fc9b8f6..578b12cb9fcdd8f3e7bceea2f76549ffd14934e6 100644 (file)
@@ -36,13 +36,9 @@ wxControl::wxControl( wxWindow *parent,
 {
 }
 
 {
 }
 
-void wxControl::Command( wxCommandEvent &WXUNUSED(event) )
-{
-}
-
 void wxControl::SetLabel( const wxString &label )
 {
 void wxControl::SetLabel( const wxString &label )
 {
-    m_label = _T("");
+    m_label.Empty();
     for ( const wxChar *pc = label; *pc != _T('\0'); pc++ )
     {
         if ( *pc == _T('&') )
     for ( const wxChar *pc = label; *pc != _T('\0'); pc++ )
     {
         if ( *pc == _T('&') )