diff options
Diffstat (limited to 'src/caja-information-panel.c')
-rw-r--r-- | src/caja-information-panel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-information-panel.c b/src/caja-information-panel.c index d2eeb150..41a2c493 100644 --- a/src/caja-information-panel.c +++ b/src/caja-information-panel.c @@ -141,7 +141,6 @@ typedef struct GObjectClass parent; } CajaInformationPanelProviderClass; - G_DEFINE_TYPE_WITH_CODE (CajaInformationPanel, caja_information_panel, EEL_TYPE_BACKGROUND_BOX, G_ADD_PRIVATE (CajaInformationPanel) G_IMPLEMENT_INTERFACE (CAJA_TYPE_SIDEBAR, @@ -151,7 +150,6 @@ G_DEFINE_TYPE_WITH_CODE (CajaInformationPanelProvider, caja_information_panel_pr G_IMPLEMENT_INTERFACE (CAJA_TYPE_SIDEBAR_PROVIDER, sidebar_provider_iface_init)); - static const char * caja_information_panel_get_sidebar_id (CajaSidebar *sidebar) { |