Comment a variable with its users already commented.
This commit is contained in:
parent
2d0be6346c
commit
f7d7b5242c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue