diff options
author | Max Horn | 2003-10-06 19:21:18 +0000 |
---|---|---|
committer | Max Horn | 2003-10-06 19:21:18 +0000 |
commit | 1ebb7cce53723900b0dde2f93a5ee9f0ae563730 (patch) | |
tree | f44f68cb33bc31770e76d0f4dc1c0e90f3526729 /scumm | |
parent | 6cad2556ef5d606634f2a7a3cd04b995d18e1aa0 (diff) | |
download | scummvm-rg350-1ebb7cce53723900b0dde2f93a5ee9f0ae563730.tar.gz scummvm-rg350-1ebb7cce53723900b0dde2f93a5ee9f0ae563730.tar.bz2 scummvm-rg350-1ebb7cce53723900b0dde2f93a5ee9f0ae563730.zip |
removed obsolete
svn-id: r10645
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index b6cdc4d5e5..e8827602eb 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -297,9 +297,6 @@ public: virtual void setupScummVars(); // Startup functions - void main(); - void parseCommandLine(int argc, char **argv); - bool detectGame(); void launch(); void go(); |