Remove duplicate log line

This commit is contained in:
Ilya Fedin 2020-05-30 19:31:01 +04:00 committed by John Preston
parent db528b39e1
commit 4c546156da
1 changed files with 0 additions and 2 deletions

View File

@ -120,8 +120,6 @@ bool setupGtkBase(QLibrary &lib_gtk) {
if (!load(lib_gtk, "g_error_free", g_error_free)) return false;
if (!load(lib_gtk, "g_slist_free", g_slist_free)) return false;
DEBUG_LOG(("Library gtk functions loaded!"));
if (load(lib_gtk, "gdk_set_allowed_backends", gdk_set_allowed_backends)) {
// We work only with X11 GDK backend.
// Otherwise we get segfault in Ubuntu 17.04 in gtk_init_check() call.