summaryrefslogtreecommitdiff
path: root/mate-about/mate-about.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-11-20 22:15:39 +0300
committermonsta <[email protected]>2016-11-20 22:15:39 +0300
commitcdf431991d5a5253a99fffb3166965c4e84fb143 (patch)
tree05f32a431de6daf231808842f1c80d8b618cd980 /mate-about/mate-about.h
parent8a02c826552076be5f85bc9412252d096d4f01bb (diff)
downloadmate-desktop-cdf431991d5a5253a99fffb3166965c4e84fb143.tar.bz2
mate-desktop-cdf431991d5a5253a99fffb3166965c4e84fb143.tar.xz
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r--mate-about/mate-about.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h
index 7fb903d..32019ae 100644
--- a/mate-about/mate-about.h
+++ b/mate-about/mate-about.h
@@ -651,11 +651,7 @@ const char* artists[] = {
// widget for mate-about window
MateAboutDialog* mate_about_dialog = FALSE;
-#if GTK_CHECK_VERSION(3, 0, 0)
GtkApplication* mate_about_application;
-#else
-GApplication* mate_about_application;
-#endif
/**
* If this value is set to TRUE, then mate_about_dialog will not be called
@@ -666,11 +662,7 @@ gboolean mate_about_nogui = FALSE;
void mate_about_run(void);
void mate_about_release_version(void);
-#if GTK_CHECK_VERSION(3, 0, 0)
static void mate_about_on_activate(GtkApplication* app);
-#else
-static void mate_about_on_activate(GApplication* app);
-#endif
// arguments definitions
static GOptionEntry command_entries[] = {