]> Untitled Git - emu8051.git/commitdiff
Remove unused/commented code
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 5 Oct 2013 16:47:04 +0000 (12:47 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 10 Oct 2013 01:07:22 +0000 (21:07 -0400)
src/emugtk.c

index 1a380f849076e04a0e6d810c77d9b6ed03856591..328fd42908aa1fb855eb840acfc281596ba7afd9 100644 (file)
@@ -240,8 +240,6 @@ AddMenu(void)
 static int
 mainwin_configure_event(GtkWindow *window, GdkEvent *event, gpointer data)
 {
-       //event->configure.x;
-       //event->configure.y;
        cfg->win_width = event->configure.width;
        cfg->win_height = event->configure.height;