From 2dbef125e85ae47f03eb5df8ec31b9871df4a081 Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 10 Nov 2002 19:43:17 +0000 Subject: [PATCH] Got rid of some extra DEVELOPER_SUPPORT commandline options that aren't implemented yet. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@126 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/ui/sdl/mainSDL.cxx | 4 +--- stella/src/ui/x11/mainX11.cxx | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/stella/src/ui/sdl/mainSDL.cxx b/stella/src/ui/sdl/mainSDL.cxx index e058f3063..7c6e33331 100644 --- a/stella/src/ui/sdl/mainSDL.cxx +++ b/stella/src/ui/sdl/mainSDL.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: mainSDL.cxx,v 1.32 2002-11-10 19:18:35 stephena Exp $ +// $Id: mainSDL.cxx,v 1.33 2002-11-10 19:43:16 stephena Exp $ //============================================================================ #include @@ -1415,8 +1415,6 @@ void usage() " -Dwidth Sets \"Display.Width\"", " -Dystart Sets \"Display.YStart\"", " -Dheight Sets \"Display.Height\"", - " -Dcpu Sets \"Emulation.CPU\"", - " -Dhmoveblanks Sets \"Emulation.HmoveBlanks\"", #endif 0 }; diff --git a/stella/src/ui/x11/mainX11.cxx b/stella/src/ui/x11/mainX11.cxx index 6ecd94ea8..f9f318c6d 100644 --- a/stella/src/ui/x11/mainX11.cxx +++ b/stella/src/ui/x11/mainX11.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: mainX11.cxx,v 1.29 2002-11-10 19:18:35 stephena Exp $ +// $Id: mainX11.cxx,v 1.30 2002-11-10 19:43:17 stephena Exp $ //============================================================================ #include @@ -1314,8 +1314,6 @@ void usage() " -Dwidth Sets \"Display.Width\"", " -Dystart Sets \"Display.YStart\"", " -Dheight Sets \"Display.Height\"", - " -Dcpu Sets \"Emulation.CPU\"", - " -Dhmoveblanks Sets \"Emulation.HmoveBlanks\"", #endif 0 };