From bc9c3d1af991c842d665011118d41c4d4b7f7a23 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 24 Jan 2005 00:27:04 +0000 Subject: [PATCH] This call is only in Win2k, VC6 is having trouble finding it, and I can't seem to find the prototype (even in VC7--despite the fact that it does have one), and it's not important enough to spend more time on right now ... --- stepmania/src/archutils/Win32/GraphicsWindow.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/archutils/Win32/GraphicsWindow.cpp b/stepmania/src/archutils/Win32/GraphicsWindow.cpp index 8a3d9664c9..3c792cb3fe 100644 --- a/stepmania/src/archutils/Win32/GraphicsWindow.cpp +++ b/stepmania/src/archutils/Win32/GraphicsWindow.cpp @@ -35,9 +35,6 @@ CString GetNewWindow() sName = Basename(sName); - if( h == GetShellWindow() ) - sName += " (shell)"; - return sName; }