// Name: src/osx/carbon/tooltip.cpp
// Purpose: wxToolTip implementation
// Author: Stefan Csomor
-// Id: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxMacToolTip::~wxMacToolTip()
{
#if wxUSE_TIMER
- if ( m_timer )
- {
- delete m_timer ;
- m_timer = NULL;
- }
+ wxDELETE(m_timer);
#endif // wxUSE_TIMER
if ( m_backpict )
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 ;