summaryrefslogtreecommitdiff
path: root/js/ui/screenshot.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/ui/screenshot.js')
-rw-r--r--js/ui/screenshot.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/ui/screenshot.js b/js/ui/screenshot.js
index fa67ff2d7..91c9635e7 100644
--- a/js/ui/screenshot.js
+++ b/js/ui/screenshot.js
@@ -1980,9 +1980,6 @@ var ScreenshotUI = GObject.registerClass({
}
get screencast_in_progress() {
- if (!('_screencastInProgress' in this))
- return false;
-
return this._screencastInProgress;
}