aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include')
-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() */