Comment a variable with its users already commented.

This commit is contained in:
riccardom 2009-04-05 12:13:28 +00:00
parent 2d0be6346c
commit f7d7b5242c
1 changed files with 2 additions and 1 deletions

View File

@ -131,8 +131,9 @@ static void Draw()
gboolean EmuLoop(gpointer data)
{
/*
int i;
/*if (!noticed_3D) {
if (!noticed_3D) {
GtkWidget * dlg = glade_xml_get_widget(xml, "w3Dop");
gtk_widget_show(dlg);
noticed_3D=TRUE;