]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/tooltip.cpp
Set missing Language: headers in PO files.
[wxWidgets.git] / src / osx / carbon / tooltip.cpp
index 0b7630ac79655d2ed8a14207ff22dcefa55f4e60..66f99826e0dbde69ef61274e230781732ed6419e 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/osx/carbon/tooltip.cpp
 // Purpose:     wxToolTip implementation
 // Author:      Stefan Csomor
-// Id:          $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -199,11 +198,7 @@ void wxMacToolTip::Setup( WindowRef win  , const wxString& text , const wxPoint&
 wxMacToolTip::~wxMacToolTip()
 {
 #if wxUSE_TIMER
-    if ( m_timer )
-    {
-        delete m_timer ;
-        m_timer = NULL;
-    }
+    wxDELETE(m_timer);
 #endif // wxUSE_TIMER
     if ( m_backpict )
         Clear() ;
@@ -251,11 +246,7 @@ void wxMacToolTip::Clear()
 {
     m_mark++ ;
 #if wxUSE_TIMER
-    if ( m_timer )
-    {
-        delete m_timer ;
-        m_timer = NULL ;
-    }
+    wxDELETE(m_timer);
 #endif // wxUSE_TIMER
     if ( !m_shown )
         return ;