Author: jmtd-guest
Date: 2008-07-18 22:50:39 +0000 (Fri, 18 Jul 2008)
New Revision: 7788

Modified:
   packages/trunk/game-data-packager/lib/doom-common
Log:
remove duplicate check_for_19 impl

Modified: packages/trunk/game-data-packager/lib/doom-common
===================================================================
--- packages/trunk/game-data-packager/lib/doom-common   2008-07-18 20:53:37 UTC 
(rev 7787)
+++ packages/trunk/game-data-packager/lib/doom-common   2008-07-18 22:50:39 UTC 
(rev 7788)
@@ -20,23 +20,6 @@
        debug "checksum = $CHECKSUM"
 }
 
-check_for_v19() {
-       case "$CHECKSUM" in
-               "c4fe9fd920207691a9f493668e0a2083")
-                       debug "doom.wad is a v1.9 IWAD (ultimate doom)"
-                       ;;
-               "1cd63c5ddff1bf8ce844237f580e9cf3")
-                       debug "doom.wad is a v1.9 IWAD (registered)"
-                       ;;
-               *)
-                       warn "the doom.wad file is not version 1.9"
-                       warn "(or has been modified)"
-                       warn "you may have some problems with PWADs and demos"
-                       ;;
-       esac
-
-}
-
 DATADIR="/usr/share/games/game-data-packager"
 
 if [ -f "$PWD/$DEBBASE" ]; then


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to