diff options
author | Xan Lopez <xan@gnome.org> | 2010-10-30 11:31:09 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-11-06 14:22:32 +0800 |
commit | 35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c (patch) | |
tree | 2aef72ba86839d194abab108a3ddebc81286e0b3 /src | |
parent | 77f5a28aeaa1085672d53d3848b060cab476224c (diff) | |
download | gsoc2013-epiphany-35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c.tar gsoc2013-epiphany-35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c.tar.gz gsoc2013-epiphany-35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c.tar.bz2 gsoc2013-epiphany-35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c.tar.lz gsoc2013-epiphany-35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c.tar.xz gsoc2013-epiphany-35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c.tar.zst gsoc2013-epiphany-35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c.zip |
ephy-main: remove libnotify leftover
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 5b7693264..e172f9f49 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -50,10 +50,6 @@ #include <girepository.h> #endif -#ifdef HAVE_LIBNOTIFY -#include <libnotify/notify.h> -#endif - static GQuark startup_error_quark = 0; #define STARTUP_ERROR_QUARK (startup_error_quark) |