diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-08-08 21:29:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-08-08 21:29:40 +0800 |
commit | 0d4cdfbc9cd14569a3d4c8b75e54e74acca04033 (patch) | |
tree | e2b93aa26e5c0ddbf062349f815e3c5a623f11df /shell | |
parent | 465e5ad2213a739ad63bf2d4ce8b18b304b53535 (diff) | |
download | gsoc2013-evolution-0d4cdfbc9cd14569a3d4c8b75e54e74acca04033.tar.gz 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.h | 2 |
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) \ |