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 };