remove not-very-helpful comments

This commit is contained in:
Glenn Maynard
2002-12-19 23:24:42 +00:00
parent 675138d74a
commit ca97662b8a
-8
View File
@@ -97,10 +97,6 @@ static void ChangeToDirOfExecutable(const char *argv0)
}
}
//-----------------------------------------------------------------------------
// Name: ApplyGraphicOptions()
// Desc:
//-----------------------------------------------------------------------------
void ApplyGraphicOptions()
{
bool ReloadTextures = DISPLAY->SetVideoMode(
@@ -142,10 +138,6 @@ void SetIcon()
SDL_FreeSurface(srf);
}
//-----------------------------------------------------------------------------
// Name: WinMain()
// Desc: Application entry point
//-----------------------------------------------------------------------------
int main(int argc, char* argv[])
{
ChangeToDirOfExecutable(argv[0]);