From c9d163cc0d0a367fc55a0844a8873851b20e8d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Sun, 10 Dec 2023 12:47:02 +0100 Subject: [PATCH] screencastService: Remove unused variable assignment Part-of: --- js/dbusServices/screencast/screencastService.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/dbusServices/screencast/screencastService.js b/js/dbusServices/screencast/screencastService.js index ec136c91d..76222d7e2 100644 --- a/js/dbusServices/screencast/screencastService.js +++ b/js/dbusServices/screencast/screencastService.js @@ -73,9 +73,7 @@ class Recorder extends Signals.EventEmitter { invocation) { super(); - this._startInvocation = invocation; this._dbusConnection = invocation.get_connection(); - this._stopInvocation = null; this._x = x; this._y = y;