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;