Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Feb 24, 2014
1 parent 4cf2fd3 commit b14c39b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Sources/Gui/SDLAsyncRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ namespace spades {
// TODO: support text inputing for cg_smp runner.
// see SDLRunner.cpp and grep SDL_StartTextInput

//Fl::check();
}

cliQueue = NULL;
Expand Down
1 change: 0 additions & 1 deletion Sources/Gui/SDLRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ namespace spades {
while(SDL_PollEvent(&event)) {
ProcessEvent(event, view);
}
//Fl::check();
}

SPLog("Leaving Client Loop");
Expand Down

0 comments on commit b14c39b

Please sign in to comment.