dbusServices/screencast: Removed unused properties

Those have been superseded by corresponding state enums.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2165>
This commit is contained in:
Florian Müllner 2022-02-08 18:44:43 +01:00
parent 0531fc54e5
commit 00e41383c7

View File

@ -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;