summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-07-09 18:22:27 +0200
committerTimm Bäder <mail@baedert.org>2016-08-04 13:09:08 +0200
commit50a0c5f2425aaf403867a95993b728c5fd6261f5 (patch)
treed1ee8188b760d3a1d0dce88edb42811efc065168
parent6032e7b216d8513f4d4b9acfdf446cfa6c8f0d92 (diff)
downloadgtk+-50a0c5f2425aaf403867a95993b728c5fd6261f5.tar.gz
widget: remove some unneeded function prototypes
-rw-r--r--gtk/gtkwidget.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index cf9e4c69fc..3bb621f815 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -788,23 +788,7 @@ static void gtk_widget_real_adjust_size_allocation (GtkWidget
static void gtk_widget_real_adjust_baseline_allocation (GtkWidget *widget,
gint *baseline);
-/* --- functions dealing with template data structures --- */
-static AutomaticChildClass *template_child_class_new (const gchar *name,
- gboolean internal_child,
- gssize offset);
-static void template_child_class_free (AutomaticChildClass *child_class);
-static CallbackSymbol *callback_symbol_new (const gchar *name,
- GCallback callback);
-static void callback_symbol_free (CallbackSymbol *callback);
static void template_data_free (GtkWidgetTemplate *template_data);
-static GHashTable *get_auto_child_hash (GtkWidget *widget,
- GType type,
- gboolean create);
-static gboolean setup_template_child (GtkWidgetTemplate *template_data,
- GType class_type,
- AutomaticChildClass *child_class,
- GtkWidget *widget,
- GtkBuilder *builder);
static void gtk_widget_set_usize_internal (GtkWidget *widget,
gint width,