diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-15 01:55:15 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-15 01:55:15 +0800 |
commit | c410e9d9683b3b7b8da7f92adcaf8332e900caad (patch) | |
tree | 9eb74d7aac6f0e53d2543d16fd3c35d9b415d0a1 /src | |
parent | d3cf3f551911c51f6bd488cdbf49bfa8d1dcdfe8 (diff) | |
download | gsoc2013-epiphany-c410e9d9683b3b7b8da7f92adcaf8332e900caad.tar.gz gsoc2013-epiphany-c410e9d9683b3b7b8da7f92adcaf8332e900caad.tar.zst gsoc2013-epiphany-c410e9d9683b3b7b8da7f92adcaf8332e900caad.zip |
Remove EphyPermissionManager
This was also a no-op. The only thing the popup code is doing is
checking the GSetting, so just do that.
Diffstat (limited to 'src')
-rw-r--r-- | src/epiphany.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/epiphany.h.in b/src/epiphany.h.in index 52550de1a..9c49f35c3 100644 --- a/src/epiphany.h.in +++ b/src/epiphany.h.in @@ -52,7 +52,6 @@ #include <epiphany/ephy-node-db.h> #include <epiphany/ephy-node.h> #include <epiphany/ephy-notebook.h> -#include <epiphany/ephy-permission-manager.h> #include <epiphany/ephy-session.h> #include <epiphany/ephy-shell.h> #include <epiphany/ephy-state.h> |