X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6c6acd6409c87b69e7aa872eb3e9d57d66aaa1a..c74ca0c0ce351df83f8a7972eaa36fe4970f98c2:/src/gtk/app.cpp?ds=sidebyside diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index e370b54665..6b9ddf198c 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -80,13 +80,6 @@ #include -#if wxUSE_LIBGNOMEPRINT - -#include "wx/html/forcelnk.h" -FORCE_LINK(gnome_print) - -#endif - //----------------------------------------------------------------------------- // global data //----------------------------------------------------------------------------- @@ -454,6 +447,7 @@ wxApp::wxApp() // this is NULL for a "regular" wxApp, but is set (and freed) by a wxGLApp m_glVisualInfo = (void *) NULL; + m_glFBCInfo = (void *) NULL; } wxApp::~wxApp()