Remove test code accidently committed in 44b30c1a60

This commit is contained in:
Paul Cornett
2017-10-27 10:10:18 -07:00
parent 44b30c1a60
commit 0cb55df404

View File

@@ -391,7 +391,6 @@ wxgtk_webview_webkit_counted_matches(WebKitFindController *,
*findCount = match_count; *findCount = match_count;
} }
static bool z;
static void static void
wxgtk_initialize_web_extensions(WebKitWebContext *context, wxgtk_initialize_web_extensions(WebKitWebContext *context,
GDBusServer *dbusServer) GDBusServer *dbusServer)
@@ -402,7 +401,6 @@ wxgtk_initialize_web_extensions(WebKitWebContext *context,
WX_WEB_EXTENSIONS_DIRECTORY); WX_WEB_EXTENSIONS_DIRECTORY);
webkit_web_context_set_web_extensions_initialization_user_data(context, webkit_web_context_set_web_extensions_initialization_user_data(context,
user_data); user_data);
z = true;
} }
static gboolean static gboolean
@@ -507,9 +505,6 @@ bool wxWebViewWebKit::Create(wxWindow *parent,
m_dbusServer); m_dbusServer);
m_web_view = WEBKIT_WEB_VIEW(webkit_web_view_new()); m_web_view = WEBKIT_WEB_VIEW(webkit_web_view_new());
while (!z)
gtk_main_iteration();
GTKCreateScrolledWindowWith(GTK_WIDGET(m_web_view)); GTKCreateScrolledWindowWith(GTK_WIDGET(m_web_view));
g_object_ref(m_widget); g_object_ref(m_widget);