diff options
author | Teddy Wing | 2021-08-14 22:12:03 +0200 |
---|---|---|
committer | Teddy Wing | 2021-08-14 22:17:28 +0200 |
commit | 05eeb39df793973aa63633166dd34a746c5f9d51 (patch) | |
tree | 56193650174d5ae4939f6a1eb58330860eee0dda | |
parent | 0a337c8b1bd6bd31785d89441bc1cd2ba3084ae4 (diff) | |
download | netflix-immersive-05eeb39df793973aa63633166dd34a746c5f9d51.tar.bz2 |
fullscreen_credits: Remove now-unused `controls` import
We now handle controls hiding directly in this module.
-rw-r--r-- | src/fullscreen_credits.ts | 2 |
1 files changed, 0 insertions, 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 <https://www.gnu.org/licenses/>. -// Check episode credits. Maybe `with_hidden_controls()`. -import controls from './controls'; import logger from './logger'; import wait_element from './wait_element'; |