aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2009-02-24 03:43:44 +0000
committerMax Horn2009-02-24 03:43:44 +0000
commit62126681f31e51edb4764214044232c29b09a1f2 (patch)
tree686257314ad51da2a291c5e6e3ec0e9073bc8879 /engines
parentd7b3c04588119eb122b23a1e923c5429492d2de5 (diff)
downloadscummvm-rg350-62126681f31e51edb4764214044232c29b09a1f2.tar.gz
scummvm-rg350-62126681f31e51edb4764214044232c29b09a1f2.tar.bz2
scummvm-rg350-62126681f31e51edb4764214044232c29b09a1f2.zip
SCI: Removed unused header file event.h
svn-id: r38825
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/include/event.h42
-rw-r--r--engines/sci/include/kernel.h1
2 files changed, 0 insertions, 43 deletions
diff --git a/engines/sci/include/event.h b/engines/sci/include/event.h
deleted file mode 100644
index 49480d92fa..0000000000
--- a/engines/sci/include/event.h
+++ /dev/null
@@ -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
diff --git a/engines/sci/include/kernel.h b/engines/sci/include/kernel.h
index 608a2b7b7c..6221aaeaa9 100644
--- a/engines/sci/include/kernel.h
+++ b/engines/sci/include/kernel.h
@@ -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() */