]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/tooltip.cpp
no real change; just reordered some implementations before real commit
[wxWidgets.git] / src / osx / carbon / tooltip.cpp
index 4252ce410c6f1085ef918285011c650ca0b03c73..f7b4857e9e0256ab76853f1c2f790261356ccac3 100644 (file)
@@ -190,8 +190,7 @@ void wxMacToolTip::Setup( WindowRef win  , const wxString& text , const wxPoint&
     s_ToolTipWindowRef = m_window ;
     m_backpict = NULL ;
 #if wxUSE_TIMER 
-    if ( m_timer )
-        delete m_timer ;
+    delete m_timer ;
 
     m_timer = new wxMacToolTipTimer( this , s_ToolTipDelay ) ;
 #endif // wxUSE_TIMER