summaryrefslogtreecommitdiff
path: root/gtk/gtkwin32theme.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2016-02-08 02:26:07 +0100
committerBenjamin Otte <otte@redhat.com>2016-02-11 03:44:48 +0100
commita620a1d688958fc1f5522e03920a98e825bc4d7a (patch)
tree8715a120d0afacb680dc3b15daa9405df27ee3db /gtk/gtkwin32theme.c
parent033fb5a879b0d3043e768e278e418255467d81d3 (diff)
downloadgtk+-a620a1d688958fc1f5522e03920a98e825bc4d7a.tar.gz
win32: Remove unused functions / header includes
Diffstat (limited to 'gtk/gtkwin32theme.c')
-rw-r--r--gtk/gtkwin32theme.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gtk/gtkwin32theme.c b/gtk/gtkwin32theme.c
index 9b20a76f45..c868b25410 100644
--- a/gtk/gtkwin32theme.c
+++ b/gtk/gtkwin32theme.c
@@ -410,15 +410,3 @@ _gtk_win32_theme_color_resolve (const char *theme_class,
return TRUE;
}
-const char *
-_gtk_win32_theme_get_default (void)
-{
-#ifdef G_OS_WIN32
- _gtk_win32_theme_init ();
-
- if (use_xp_theme)
- return (os_version.dwMajorVersion >= 6) ? "gtk-win32" : "gtk-win32-xp";
-#endif
- return "gtk-win32-classic";
-}
-