diff options
author | David Robillard <d@drobilla.net> | 2024-12-01 21:39:51 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-12-01 21:39:51 -0500 |
commit | 929a84c06187eb362a76f473395b6edac8cbef14 (patch) | |
tree | 2ae653ddb86d78ca5ed5f3253cd0de1ddaeb63dd /src | |
parent | eafa5f3bc6a71bfc9b7b36d65dd031de0f868539 (diff) | |
download | suil-929a84c06187eb362a76f473395b6edac8cbef14.tar.gz suil-929a84c06187eb362a76f473395b6edac8cbef14.tar.bz2 suil-929a84c06187eb362a76f473395b6edac8cbef14.zip |
Remove unused defines
Diffstat (limited to 'src')
-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 |