From 4bede1d02de893b450f5eb581aa0a384246c162d Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 9 Jun 2005 11:00:03 +0000 Subject: Added daemon code, and cleaned up using -Wall and -Werror --- src/player.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/player.cc') 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... -- cgit v1.2.3