From 1e2fd947344584cc78c7b22b5499cc3a72470b7d Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Wed, 11 Jan 2017 12:53:34 -0800 Subject: [PATCH] Hygiene: Remove unused action types PREVIEW_ANIMATING and PREVIEW_INTERACTIVE were introduced in Ib495755b but never used. Change-Id: Ib849960874f938185414ae74bc67d906f26aae0c --- resources/ext.popups/actions.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/ext.popups/actions.js b/resources/ext.popups/actions.js index d38051f23..8bae158e2 100644 --- a/resources/ext.popups/actions.js +++ b/resources/ext.popups/actions.js @@ -14,8 +14,6 @@ PREVIEW_DWELL: 'PREVIEW_DWELL', PREVIEW_ABANDON_START: 'PREVIEW_ABANDON_START', PREVIEW_ABANDON_END: 'PREVIEW_ABANDON_END', - PREVIEW_ANIMATING: 'PREVIEW_ANIMATING', - PREVIEW_INTERACTIVE: 'PREVIEW_INTERACTIVE', PREVIEW_SHOW: 'PREVIEW_SHOW', PREVIEW_CLICK: 'PREVIEW_CLICK', SETTINGS_SHOW: 'SETTINGS_SHOW',