aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/menu.cpp
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/menu.cpp
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/menu.cpp')
-rw-r--r--sword2/driver/menu.cpp34
1 files changed, 0 insertions, 34 deletions
diff --git a/sword2/driver/menu.cpp b/sword2/driver/menu.cpp
index 272020433c..7a3647fa43 100644
--- a/sword2/driver/menu.cpp
+++ b/sword2/driver/menu.cpp
@@ -25,40 +25,6 @@
//
// Summary : This module holds the code for the driver96 menu system.
//
-// Version Date By Description
-// ------- --------- --- -----------------------------------------------
-// 1.0 15-Nov-96 PRP Initial Menu functions.
-//
-// 1.1 20-Nov-96 PRP Fixed the displaying of the bottom menu.
-//
-// 1.2 08-Nov-96 PRP Made the speed of the menubar dependent upon
-// the number of icons displayed.
-//
-// 1.3 24-Jan-97 PRP Changed the creation of menu icon sprite
-// surfaces depending upon whether the hardware
-// can stretch blit or not. Also, made it so
-// that the full size icon sprite is not stretch
-// blitted.
-//
-// 1.4 10-Feb-97 PRP Changed the creation of menu icon sprite
-// surfaces as the capability bits for the drivers
-// have been changed. Also, changed the error
-// reporting code (for directDraw) so that it
-// works.
-//
-// 1.5 04-Mar-97 PRP Tried to fix bug where running out of video
-// memory creating menubar icon surfaces.
-//
-// 1.6 16-Apr-97 PRP Got rid of bug where task switching causes
-// failure of icon draw.
-//
-// 1.7 23-Jul-97 PRP Checked error value of stretched blit.
-//
-// 1.8 13-Aug-97 PRP Added CloseMenuImmediately.
-//
-// 1.9 13-Aug-97 PRP Fixed spelling of above
-//
-//
// Functions
// ---------
//