diff options
Diffstat (limited to 'include/GsrInfo.hpp')
-rw-r--r-- | include/GsrInfo.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/GsrInfo.hpp b/include/GsrInfo.hpp index 6ec8e23..86df0b7 100644 --- a/include/GsrInfo.hpp +++ b/include/GsrInfo.hpp @@ -27,7 +27,6 @@ namespace gsr { struct SupportedCaptureOptions { bool window = false; bool focused = false; - bool screen = false; bool portal = false; std::vector<GsrMonitor> monitors; }; |