gtK: removed some code that changed the scaler to null with opengl as it seems that it works in openGL now

This commit is contained in:
punkrockguy318 2010-03-31 03:35:42 +00:00
parent 4cf0532e30
commit d11744b9da
1 changed files with 0 additions and 3 deletions

View File

@ -571,9 +571,6 @@ void setGl(GtkWidget* w, gpointer p)
else else
g_config->setOption("SDL.OpenGL", 0); g_config->setOption("SDL.OpenGL", 0);
g_config->save(); g_config->save();
// set scpecial scaler to none; openGL crashes with special scalers on
gtk_combo_box_set_active(GTK_COMBO_BOX(p), 0);
} }