From 6476e62bff910ae7a781fe962f22bc5939c51ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Wed, 26 Apr 2023 19:31:53 +0200 Subject: screenshot: Remove leftover code in property getter According to Ivan (author of that piece of code), this is most likely a leftover from a refactor and has no purpose anymore, so remove it. Part-of: --- js/ui/screenshot.js | 3 --- 1 file changed, 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; } -- cgit v1.2.1