aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-11-11 07:47:22 +0000
committerTorbjörn Andersson2003-11-11 07:47:22 +0000
commit70bc5d15ec0af3dd6c009063816dac1e045067ef (patch)
tree38a8808eae74f4569a377ff757f54f702d085971 /sword2
parent446a01ba09192a132ee9b6e40129161a7ec09be0 (diff)
downloadscummvm-rg350-70bc5d15ec0af3dd6c009063816dac1e045067ef.tar.gz
scummvm-rg350-70bc5d15ec0af3dd6c009063816dac1e045067ef.tar.bz2
scummvm-rg350-70bc5d15ec0af3dd6c009063816dac1e045067ef.zip
Removed redundant header files.
svn-id: r11259
Diffstat (limited to 'sword2')
-rw-r--r--sword2/driver/_mouse.h29
-rw-r--r--sword2/driver/keyboard.h29
2 files changed, 0 insertions, 58 deletions
diff --git a/sword2/driver/_mouse.h b/sword2/driver/_mouse.h
deleted file mode 100644
index 00cd46a0f3..0000000000
--- a/sword2/driver/_mouse.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
- *
- * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * $Header$
- */
-
-#ifndef DRIVER_MOUSE_H
-#define DRIVER_MOUSE_H
-
-namespace Sword2 {
-
-extern void LogMouseEvent(uint16 buttons);
-
-} // End of namespace Sword2
-
-#endif
diff --git a/sword2/driver/keyboard.h b/sword2/driver/keyboard.h
deleted file mode 100644
index e08e892d85..0000000000
--- a/sword2/driver/keyboard.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
- *
- * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * $Header$
- */
-
-#ifndef KEYBOARD_H
-#define KEYBOARD_H
-
-namespace Sword2 {
-
-void WriteKey(uint16 ascii, int keycode, int modifier); // Adds a keypress to the buffer
-
-} // End of namespace Sword2
-
-#endif