diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-15 00:14:37 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-15 00:14:37 -0400 |
commit | 42dc501133ed88ff1e3201c181c1686f28722bcc (patch) | |
tree | f3c59b7335e309b424e25804eac9bb28c4267eda /gtk/inspector/data-list.c | |
parent | 75d49675f39158755401b560afb99651b17895d1 (diff) | |
download | gtk+-42dc501133ed88ff1e3201c181c1686f28722bcc.tar.gz |
inspector: Drop unused functions
The entire UI is constructed with templates, so the wrapper
constructors are never called, except for gtk_inspector_window_new,
which gets called from the GTK+ code.
Diffstat (limited to 'gtk/inspector/data-list.c')
-rw-r--r-- | gtk/inspector/data-list.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/inspector/data-list.c b/gtk/inspector/data-list.c index 9ccc86da06..1cac9f46d3 100644 --- a/gtk/inspector/data-list.c +++ b/gtk/inspector/data-list.c @@ -101,10 +101,4 @@ gtk_inspector_data_list_class_init (GtkInspectorDataListClass *klass) gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorDataList, number_renderer); } -GtkWidget * -gtk_inspector_data_list_new (void) -{ - return GTK_WIDGET (g_object_new (GTK_TYPE_INSPECTOR_DATA_LIST, NULL)); -} - // vim: set et sw=2 ts=2: |