re-enabled 'event_exit()' on program exit

git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@68 8131a0b2-b21c-1c47-bd6a-f003126495bd
This commit is contained in:
joshholtrop 2009-09-29 18:16:32 +00:00
parent 17ecf5a6f7
commit 5bca5d98d5

View File

@ -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);