aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-08 21:29:40 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-08-08 21:29:40 +0800
commit0d4cdfbc9cd14569a3d4c8b75e54e74acca04033 (patch)
treee2b93aa26e5c0ddbf062349f815e3c5a623f11df /shell
parent465e5ad2213a739ad63bf2d4ce8b18b304b53535 (diff)
downloadgsoc2013-evolution-0d4cdfbc9cd14569a3d4c8b75e54e74acca04033.tar
gsoc2013-evolution-0d4cdfbc9cd14569a3d4c8b75e54e74acca04033.tar.gz
gsoc2013-evolution-0d4cdfbc9cd14569a3d4c8b75e54e74acca04033.tar.bz2
gsoc2013-evolution-0d4cdfbc9cd14569a3d4c8b75e54e74acca04033.tar.lz
gsoc2013-evolution-0d4cdfbc9cd14569a3d4c8b75e54e74acca04033.tar.xz
gsoc2013-evolution-0d4cdfbc9cd14569a3d4c8b75e54e74acca04033.tar.zst
gsoc2013-evolution-0d4cdfbc9cd14569a3d4c8b75e54e74acca04033.zip
EShell: Remove unused macro.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-window-actions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-window-actions.h b/shell/e-shell-window-actions.h
index 3746fe92c8..42618ee89f 100644
--- a/shell/e-shell-window-actions.h
+++ b/shell/e-shell-window-actions.h
@@ -41,8 +41,6 @@
E_SHELL_WINDOW_ACTION ((window), "cut-clipboard")
#define E_SHELL_WINDOW_ACTION_DELETE_SELECTION(window) \
E_SHELL_WINDOW_ACTION ((window), "delete-selection")
-#define E_SHELL_WINDOW_ACTION_FAQ(window) \
- E_SHELL_WINDOW_ACTION ((window), "faq")
#define E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS(window) \
E_SHELL_WINDOW_ACTION ((window), "forget-passwords")
#define E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW(window) \