From 05eeb39df793973aa63633166dd34a746c5f9d51 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 14 Aug 2021 22:12:03 +0200 Subject: fullscreen_credits: Remove now-unused `controls` import We now handle controls hiding directly in this module. --- src/fullscreen_credits.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fullscreen_credits.ts b/src/fullscreen_credits.ts index 40ea25c..e436ed5 100644 --- a/src/fullscreen_credits.ts +++ b/src/fullscreen_credits.ts @@ -15,8 +15,6 @@ // You should have received a copy of the GNU General Public License // along with Immersive. If not, see . -// Check episode credits. Maybe `with_hidden_controls()`. -import controls from './controls'; import logger from './logger'; import wait_element from './wait_element'; -- cgit v1.2.3