summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-23 21:24:24 +0200
committerMatthias Clasen <mclasen@redhat.com>2010-10-23 21:24:24 +0200
commit1be9b7f78203ce06429fc8fc066cb3a1ecfc1145 (patch)
tree4284e0e36754f9a37fad8213208ee4fb4df553a7 /gtk/gtkapplication.h
parent3e594dd845ded617ca3fcead59dc1c4d56466070 (diff)
downloadgtk+-1be9b7f78203ce06429fc8fc066cb3a1ecfc1145.tar.gz
Some GtkApplication cleanups
Remove no-longer-needed vfuncs, no longer existing functions, and improve the docs here and there.
Diffstat (limited to 'gtk/gtkapplication.h')
-rw-r--r--gtk/gtkapplication.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkapplication.h b/gtk/gtkapplication.h
index c9c8571a46..8fafd4ef5b 100644
--- a/gtk/gtkapplication.h
+++ b/gtk/gtkapplication.h
@@ -55,9 +55,6 @@ struct _GtkApplicationClass
{
GApplicationClass parent_class;
- /*< vfuncs >*/
- GtkWindow *(* create_window) (GtkApplication *application);
-
/*< private >*/
gpointer padding[12];
};