From 5bca5d98d5cf3391479a145ddcf805300ef5f899 Mon Sep 17 00:00:00 2001 From: joshholtrop Date: Tue, 29 Sep 2009 18:16:32 +0000 Subject: [PATCH] re-enabled 'event_exit()' on program exit git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@68 8131a0b2-b21c-1c47-bd6a-f003126495bd --- pppc.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/pppc.cc b/pppc.cc index 56ca161..06f5673 100644 --- a/pppc.cc +++ b/pppc.cc @@ -290,10 +290,7 @@ PPPC::~PPPC() { ::DestroyMenu(m_popupMenu); - /* TODO: turned off temporarily for debugging. Re-enable! */ -#if 0 event_exit(); -#endif /* delete the tray icon */ Shell_NotifyIcon(NIM_DELETE, &m_nid);