Ooops, left in some debug code.

This commit is contained in:
Deon Ramsey 2002-03-15 21:47:46 +00:00
parent 5fe978afde
commit ef652b27d1

View file

@ -325,7 +325,6 @@ static gint menuAsteroidLabels(GtkWidget* w, gpointer data)
{
// bool on = (GTK_CHECK_MENU_ITEM(w)->active == 1);
// SetLabelFlag(Renderer::AsteroidLabels, on);
DPRINTF(0,"Asteroid Labels Toggling\n");
appCore->charEntered('W');
return TRUE;
}