From 00e41383c7597ec482ce4445f5b29f4d801971e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 8 Feb 2022 18:44:43 +0100 Subject: [PATCH] dbusServices/screencast: Removed unused properties Those have been superseded by corresponding state enums. Part-of: --- js/dbusServices/screencast/screencastService.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/dbusServices/screencast/screencastService.js b/js/dbusServices/screencast/screencastService.js index 069b00d1a..e91d0b60c 100644 --- a/js/dbusServices/screencast/screencastService.js +++ b/js/dbusServices/screencast/screencastService.js @@ -49,9 +49,6 @@ var Recorder = class { this._onErrorCallback = onErrorCallback; this._stopInvocation = null; - this._pipelineIsPlaying = false; - this._sessionIsActive = false; - this._x = x; this._y = y; this._width = width;