aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-08 21:29:40 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:45 +0800
commit49b8e1c52398f2017c4ebf878344dc41b3981158 (patch)
tree4fc43490293d7b5e1348fde7736346a3e95edb57 /shell
parent3a084acb4c181a65acf8de9cda85288d2e6218cd (diff)
downloadgsoc2013-evolution-49b8e1c52398f2017c4ebf878344dc41b3981158.tar
gsoc2013-evolution-49b8e1c52398f2017c4ebf878344dc41b3981158.tar.gz
gsoc2013-evolution-49b8e1c52398f2017c4ebf878344dc41b3981158.tar.bz2
gsoc2013-evolution-49b8e1c52398f2017c4ebf878344dc41b3981158.tar.lz
gsoc2013-evolution-49b8e1c52398f2017c4ebf878344dc41b3981158.tar.xz
gsoc2013-evolution-49b8e1c52398f2017c4ebf878344dc41b3981158.tar.zst
gsoc2013-evolution-49b8e1c52398f2017c4ebf878344dc41b3981158.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) \