Skip to content

Commit

Permalink
Removed #ifdef'd code that isn't used anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 28, 2007
1 parent f0aac2b commit 8c04db0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/toby_wxwidgets.cpp
Expand Up @@ -327,12 +327,6 @@ void TOBY_startRun()

void TOBY_stopRun()
{
#if TOBY_PROFILE
printf("time to execute: %ld\n", profileStopwatch->Time());
delete profileStopwatch;
profileStopwatch = NULL;
#endif

wxGetApp().getTobyFrame()->stopRun();
} // TOBY_stopRun

Expand Down

0 comments on commit 8c04db0

Please sign in to comment.