diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-08 08:37:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-08 08:37:43 +0800 |
commit | 5c866713c795795ef46cc90ed95ed7de98152971 (patch) | |
tree | e2572bde0adb2e23d35c6ad3390eb7f9e4ce8965 /doc | |
parent | 6c808496279d6c0e0f8d96fc7491b655f4a679cf (diff) | |
download | gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.gz gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.zst gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.zip |
Remove ESEvent.
Nudging EPlugin closer to full removal.
Nothing in Evolution uses this anymore and 3rd-party plugins should be
using EShell's "event::ready-to-start" signal or else GApplication's
"startup" signal.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-shell/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reference/evolution-shell/Makefile.am b/doc/reference/evolution-shell/Makefile.am index 5ff5a0af32..7afbc72919 100644 --- a/doc/reference/evolution-shell/Makefile.am +++ b/doc/reference/evolution-shell/Makefile.am @@ -15,7 +15,6 @@ CFILE_GLOB=$(top_srcdir)/shell/*.c IGNORE_HFILES= \ evo-version.h \ e-shell-window-private.h \ - es-event.h \ $(NULL) GTKDOC_CFLAGS= \ |