X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fufoaiplug%2Fufoai_gtk.cpp;h=072b8c7e4ea0009f7bd7a15296d065ebab7a5baf;hb=2c07c3a2aaa0b9b16a8fcd50259ebbf28d9f9dc9;hp=c547047431968301491b59ff066da872e697ab80;hpb=24bca49fde9b8b930e6dff8fbc21c7ce78916c68;p=xonotic%2Fnetradiant.git diff --git a/contrib/ufoaiplug/ufoai_gtk.cpp b/contrib/ufoaiplug/ufoai_gtk.cpp index c5470474..072b8c7e 100644 --- a/contrib/ufoaiplug/ufoai_gtk.cpp +++ b/contrib/ufoaiplug/ufoai_gtk.cpp @@ -23,18 +23,7 @@ #include "iscenegraph.h" #include - -/** - * GTK callback functions - */ - -class UFOAIGtk -{ -GtkWindow* m_gtk_window; -public: -UFOAIGtk( void* gtk_window ) : m_gtk_window( ( GtkWindow* )gtk_window ){ -} -}; +#include /** * @brief If you return FALSE in the "delete_event" signal handler,