diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-14 22:10:50 +0000 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-15 08:50:52 +0000 |
| commit | 90117bb7fda423e1442619b47c6ece734506e56c (patch) | |
| tree | ffe51bff908254922941a707bbb2d7aaae156183 /config.h.cmake | |
| parent | Merge branch 'master' into docker-ci (diff) | |
| download | inkscape-90117bb7fda423e1442619b47c6ece734506e56c.tar.gz inkscape-90117bb7fda423e1442619b47c6ece734506e56c.zip | |
Remove outdated checks for GTK+ functions.
gtk_window_fullscreen was added in 2.2 and
gtk_window_set_default_icon_from_file is not even used.
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config.h.cmake b/config.h.cmake index 637d49558..1ba385f71 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -73,13 +73,6 @@ /* Define to 1 if you have the `gettimeofday' function. */ #cmakedefine HAVE_GETTIMEOFDAY 1 -/* Define to 1 if you have the `gtk_window_fullscreen' function. */ -#cmakedefine HAVE_GTK_WINDOW_FULLSCREEN 1 - -/* Define to 1 if you have the `gtk_window_set_default_icon_from_file' - function. */ -#cmakedefine HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1 - /* Build with Gtkmm 3.0.x or higher */ #cmakedefine WITH_GTKMM_3_0 1 |
