diff options
author | Pablo Barciela <[email protected]> | 2019-03-09 15:26:57 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-04-10 21:53:31 +0000 |
commit | 203399fc4969ea512c96592ec6a22218015f4fbd (patch) | |
tree | 8917d69c9c64996daef288a47214d9d6f5e5d511 /src/caja-navigation-window-menus.c | |
parent | e50549cf502f988ff214a2714a8cdd6fb6892244 (diff) | |
download | caja-203399fc4969ea512c96592ec6a22218015f4fbd.tar.bz2 caja-203399fc4969ea512c96592ec6a22218015f4fbd.tar.xz |
drop functions defined but not used
Diffstat (limited to 'src/caja-navigation-window-menus.c')
-rw-r--r-- | src/caja-navigation-window-menus.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/caja-navigation-window-menus.c b/src/caja-navigation-window-menus.c index 0769119c..e9d822c0 100644 --- a/src/caja-navigation-window-menus.c +++ b/src/caja-navigation-window-menus.c @@ -436,16 +436,6 @@ connect_proxy_cb (GtkActionGroup *action_group, gtk_label_set_max_width_chars (label, MENU_ITEM_MAX_WIDTH_CHARS); } -static const char* icon_entries[] = -{ - "/MenuBar/Other Menus/Go/Home", - "/MenuBar/Other Menus/Go/Computer", - "/MenuBar/Other Menus/Go/Go to Templates", - "/MenuBar/Other Menus/Go/Go to Trash", - "/MenuBar/Other Menus/Go/Go to Network", - "/MenuBar/Other Menus/Go/Go to Location" -}; - /** * refresh_go_menu: * |