We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7aaaf commit ee010deCopy full SHA for ee010de
src/logic/Spaces.swift
@@ -11,10 +11,6 @@ class Spaces {
11
return idsAndIndexes.count == 1
12
}
13
14
- static func otherSpaces() -> [CGSSpaceID] {
15
- return idsAndIndexes.filter { $0.0 != currentSpaceId }.map { $0.0 }
16
- }
17
-
18
static func windowsInSpaces(_ spaceIds: [CGSSpaceID], _ includeInvisible: Bool = true) -> [CGWindowID] {
19
var set_tags = ([] as CGSCopyWindowsTags).rawValue
20
var clear_tags = ([] as CGSCopyWindowsTags).rawValue
0 commit comments