summaryrefslogtreecommitdiff
path: root/shell/cc-panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/cc-panel.c')
-rw-r--r--shell/cc-panel.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/shell/cc-panel.c b/shell/cc-panel.c
index e57178e91..0d3886fa7 100644
--- a/shell/cc-panel.c
+++ b/shell/cc-panel.c
@@ -315,17 +315,6 @@ cc_panel_get_help_uri (CcPanel *panel)
return NULL;
}
-GtkWidget *
-cc_panel_get_title_widget (CcPanel *panel)
-{
- CcPanelClass *class = CC_PANEL_GET_CLASS (panel);
-
- if (class->get_title_widget)
- return class->get_title_widget (panel);
-
- return NULL;
-}
-
GtkWidget*
cc_panel_get_sidebar_widget (CcPanel *panel)
{