diff options
author | Pablo Barciela <[email protected]> | 2019-11-23 14:44:01 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-30 23:47:25 +0100 |
commit | c18cf51868958ac9d7b564e0d4fd6e75a37c747c (patch) | |
tree | c6a31ab7174fdd856f652a2aaaf90110b5a68bf2 /src/caja-information-panel.c | |
parent | ae74af1a92441148dcb19f2b1f41779bc11b98b9 (diff) | |
download | caja-c18cf51868958ac9d7b564e0d4fd6e75a37c747c.tar.bz2 caja-c18cf51868958ac9d7b564e0d4fd6e75a37c747c.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'src/caja-information-panel.c')
-rw-r--r-- | src/caja-information-panel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-information-panel.c b/src/caja-information-panel.c index cbe6658a..d2eeb150 100644 --- a/src/caja-information-panel.c +++ b/src/caja-information-panel.c @@ -91,7 +91,6 @@ static void caja_information_panel_update_appearance (CajaInformationPan static void caja_information_panel_update_buttons (CajaInformationPanel *information_panel); static void background_metadata_changed_callback (CajaInformationPanel *information_panel); static void caja_information_panel_iface_init (CajaSidebarIface *iface); -static void caja_information_panel_iface_init (CajaSidebarIface *iface); static void sidebar_provider_iface_init (CajaSidebarProviderIface *iface); static GType caja_information_panel_provider_get_type (void); |