diff options
Diffstat (limited to 'src/player.cc')
-rw-r--r-- | src/player.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/player.cc b/src/player.cc index aa80605..051c910 100644 --- a/src/player.cc +++ b/src/player.cc @@ -39,6 +39,9 @@ /* * $Log$ + * Revision 1.24 2005/06/09 11:00:03 deva + * Added daemon code, and cleaned up using -Wall and -Werror + * * Revision 1.23 2005/05/03 08:31:59 deva * Removed the error object, and replaced it with a more generic info object. * @@ -66,7 +69,6 @@ Player::Player(Info *ginfo, // No errors has ocurred... yet! noErrors = true; - char errbuf[256]; info = ginfo; running = grunning; @@ -117,10 +119,8 @@ void Player::player() SDL_Rect rect; Frame *frame; - unsigned char *pxs[3]; int pitches[3]; - int i; struct timespec ts; if(!noErrors) return; // FIXME: Gracefully exit... |