diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-08-14 02:41:31 +0800 |
---|---|---|
committer | Carlos Garcia Campos <cgarcia@igalia.com> | 2013-01-09 00:48:40 +0800 |
commit | 5a570470ebdd1f3ed5aa2977a40bb85623b336e6 (patch) | |
tree | 9074a8b93a1413f8b8a85975e0e172f09c2f7cae /src | |
parent | bfec1c2ce916b0a0054ccfdf5491132478e907f5 (diff) | |
download | gsoc2013-epiphany-5a570470ebdd1f3ed5aa2977a40bb85623b336e6.tar gsoc2013-epiphany-5a570470ebdd1f3ed5aa2977a40bb85623b336e6.tar.gz gsoc2013-epiphany-5a570470ebdd1f3ed5aa2977a40bb85623b336e6.tar.bz2 gsoc2013-epiphany-5a570470ebdd1f3ed5aa2977a40bb85623b336e6.tar.lz gsoc2013-epiphany-5a570470ebdd1f3ed5aa2977a40bb85623b336e6.tar.xz gsoc2013-epiphany-5a570470ebdd1f3ed5aa2977a40bb85623b336e6.tar.zst gsoc2013-epiphany-5a570470ebdd1f3ed5aa2977a40bb85623b336e6.zip |
ephy-session: Remove EPHY_SESSION_CMD_MAYBE_OPEN_WINDOW_RESTORE
It's currently unused.
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-session.h b/src/ephy-session.h index 5197647ee..62f07690e 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -46,9 +46,7 @@ typedef struct _EphySessionClass EphySessionClass; typedef enum { EPHY_SESSION_CMD_OPEN_URIS, - EPHY_SESSION_CMD_MAYBE_OPEN_WINDOW_RESTORE, EPHY_SESSION_CMD_LAST - } EphySessionCommand; struct _EphySession |