panel: Remove useless get_type() function
It is already declared by G_DECLARE_DERIVABLE_TYPE().
This commit is contained in:
parent
6efaf85e9a
commit
93209fafab
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ struct _CcPanelClass
|
|||
GtkWidget * (* get_title_widget) (CcPanel *panel);
|
||||
};
|
||||
|
||||
GType cc_panel_get_type (void);
|
||||
|
||||
CcShell* cc_panel_get_shell (CcPanel *panel);
|
||||
|
||||
GPermission *cc_panel_get_permission (CcPanel *panel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue