Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jvcleave committed Jan 9, 2015
1 parent 2d71f91 commit 8708132
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 526 deletions.
105 changes: 0 additions & 105 deletions example-multiple-players/src/ConsoleListener.h

This file was deleted.

105 changes: 0 additions & 105 deletions example-pixels/src/ConsoleListener.h

This file was deleted.

2 changes: 2 additions & 0 deletions example-pixels/src/pixelsApp.cpp
Expand Up @@ -58,6 +58,8 @@ void pixelsApp::draw(){
//--------------------------------------------------------------
void pixelsApp::keyPressed (int key)
{
ofLog(OF_LOG_VERBOSE, "%c keyPressed", key);

if(key == 's')
{
doSaveImage = true;
Expand Down
105 changes: 0 additions & 105 deletions example-playlist/src/ConsoleListener.h

This file was deleted.

0 comments on commit 8708132

Please sign in to comment.