--- a/src/gtkui/gtkui.c Wed Apr 16 12:43:52 2008 +0000 +++ b/src/gtkui/gtkui.c Mon May 12 10:00:13 2008 +0000 @@ -19,6 +19,7 @@ #include "lxdream.h" #include #include +#include #include #include #include "dreamcast.h" @@ -319,15 +320,6 @@ return mmio_win; } -GtkWidget *gtk_gui_get_renderarea() -{ - if( main_win == NULL ) { - return NULL; - } else { - return main_window_get_renderarea(main_win); - } -} - /** * Hook called when DC starts running. Just disables the run/step buttons * and enables the stop button.