aboutsummaryrefslogtreecommitdiff
path: root/river/Cursor.zig
diff options
context:
space:
mode:
Diffstat (limited to 'river/Cursor.zig')
-rw-r--r--river/Cursor.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/river/Cursor.zig b/river/Cursor.zig
index f78800b..30bd826 100644
--- a/river/Cursor.zig
+++ b/river/Cursor.zig
@@ -677,8 +677,6 @@ fn xwaylandUnmanagedSurfaceAt(lx: f64, ly: f64) ?SurfaceAtResult {
}
fn surfaceAtFilter(view: *View, filter_tags: u32) bool {
- // TODO(wlroots): we can remove this view.surface != null check as surfaceAt
- // will start filtering by mapped views by default in 0.15.0
return view.surface != null and view.current.tags & filter_tags != 0;
}