diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-23 21:38:42 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-23 21:39:44 +0800 |
commit | f9d3e0df1d982cd511af088ba12384d9fdca8ba8 (patch) | |
tree | 2ca55d9cf9f82a37148e070f758b8673325e921e /src/popup-commands.h | |
parent | 512d7d577d2c869b86c655b4e235760990c2b6ba (diff) | |
download | gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.tar.gz gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.tar.zst gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.zip |
Remove the "Open Frame" functionality
It's been #if 0-ed and broken forever too. If someone really wants it
it should probably go into an extension.
Diffstat (limited to 'src/popup-commands.h')
-rw-r--r-- | src/popup-commands.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/popup-commands.h b/src/popup-commands.h index f18056479..cabecdf31 100644 --- a/src/popup-commands.h +++ b/src/popup-commands.h @@ -54,9 +54,6 @@ void popup_cmd_set_image_as_background (GtkAction *action, void popup_cmd_copy_image_location (GtkAction *action, EphyWindow *window); -void popup_cmd_open_frame (GtkAction *action, - EphyWindow *window); - void popup_cmd_open_image (GtkAction *action, EphyWindow *window); |