diff options
-rw-r--r-- | src/suil_config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/suil_config.h b/src/suil_config.h index ce0fe33..1e72903 100644 --- a/src/suil_config.h +++ b/src/suil_config.h @@ -84,14 +84,4 @@ # endif #endif -// Gtk2 library to load when embedding in Qt -#ifndef SUIL_GTK2_LIB_NAME -# define SUIL_GTK2_LIB_NAME "libgtk-x11-2.0.so.0" -#endif - -// Gtk3 library to load when embedding in Qt -#ifndef SUIL_GTK3_LIB_NAME -# define SUIL_GTK3_LIB_NAME "libgtk-x11-3.0.so.0" -#endif - #endif // SUIL_CONFIG_H |