diff options
Diffstat (limited to 'src/actions/index.js')
-rw-r--r-- | src/actions/index.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/actions/index.js b/src/actions/index.js index 63d5f6f..ae29238 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -7,14 +7,6 @@ export default { // Background commands BACKGROUND_REQUEST_COMPLETIONS: 'vimvixen.background.request.completions', - TABS_CLOSE: 'tabs.close', - TABS_REOPEN: 'tabs.reopen', - TABS_PREV: 'tabs.prev', - TABS_NEXT: 'tabs.next', - TABS_RELOAD: 'tabs.reload', - ZOOM_IN: 'zoom.in', - ZOOM_OUT: 'zoom.out', - ZOOM_NEUTRAL: 'zoom.neutral', // content commands CMD_OPEN: 'cmd.open', |