aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/keyboard.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-09-23 16:53:25 +0000
committerTorbjörn Andersson2003-09-23 16:53:25 +0000
commit4ae1674a443bf9be79f1d25fa4d4d60250484511 (patch)
treec5e1d5bf52917d7108d5589697626699fd8e9e1b /sword2/driver/keyboard.h
parent95a59bd049928dd4eddda8476920e3155e6c2c1d (diff)
downloadscummvm-rg350-4ae1674a443bf9be79f1d25fa4d4d60250484511.tar.gz
scummvm-rg350-4ae1674a443bf9be79f1d25fa4d4d60250484511.tar.bz2
scummvm-rg350-4ae1674a443bf9be79f1d25fa4d4d60250484511.zip
Removed ancient version history. Much of it doesn't apply to us, and was
cluttering up the files anyway. (Though I do feel a slight twinge of guilt for removing historical records like this. :-) svn-id: r10384
Diffstat (limited to 'sword2/driver/keyboard.h')
-rw-r--r--sword2/driver/keyboard.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sword2/driver/keyboard.h b/sword2/driver/keyboard.h
index 458438d795..b243a485b7 100644
--- a/sword2/driver/keyboard.h
+++ b/sword2/driver/keyboard.h
@@ -23,12 +23,6 @@
// Created : 19th September 1996
// By : P.R.Porter
//
-// Version Date By Description
-// ------- --------- --- -----------------------------------------------
-// 1.0 19-Sep-96 PRP Internal driver interface to the keyboard driver
-// functions and data.
-//
-//
// Summary : This include file defines links to all data which is
// defined in the keyboard.c module, but can be accessed by
// other parts of the driver96 library.