[Scummvm-cvs-logs] SF.net SVN: scummvm:[38825] scummvm/trunk/engines/sci/include

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Feb 24 04:43:44 CET 2009


Revision: 38825
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38825&view=rev
Author:   fingolfin
Date:     2009-02-24 03:43:44 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
SCI: Removed unused header file event.h

Modified Paths:
--------------
    scummvm/trunk/engines/sci/include/kernel.h

Removed Paths:
-------------
    scummvm/trunk/engines/sci/include/event.h

Deleted: scummvm/trunk/engines/sci/include/event.h
===================================================================
--- scummvm/trunk/engines/sci/include/event.h	2009-02-24 03:22:34 UTC (rev 38824)
+++ scummvm/trunk/engines/sci/include/event.h	2009-02-24 03:43:44 UTC (rev 38825)
@@ -1,42 +0,0 @@
-/* ScummVM - Graphic Adventure Engine
- *
- * ScummVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
-
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * $URL$
- * $Id$
- *
- */
-
-#ifndef EVENT_H
-#define EVENT_H
-
-#include "sci/include/uinput.h"
-
-namespace Sci {
-
-sci_event_t getEvent(EngineState *s);
-/* Returns the next SCI_EV_* event
-** Parameters: (struct state *) Current game state
-** Returns   : (sci_event_t) The next event, which may be any of the
-**             existing events.
-*/
-
-} // End of namespace Sci
-
-#endif

Modified: scummvm/trunk/engines/sci/include/kernel.h
===================================================================
--- scummvm/trunk/engines/sci/include/kernel.h	2009-02-24 03:22:34 UTC (rev 38824)
+++ scummvm/trunk/engines/sci/include/kernel.h	2009-02-24 03:43:44 UTC (rev 38825)
@@ -31,7 +31,6 @@
 
 #include "sci/include/kdebug.h"
 #include "sci/include/uinput.h"
-#include "sci/include/event.h"
 #include "sci/include/vm.h"
 #include "sci/include/sciconsole.h" /* sciprintf() */
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list