diff options
author | noname <[email protected]> | 2025-03-07 17:46:09 +1100 |
---|---|---|
committer | noname <[email protected]> | 2025-03-07 17:46:09 +1100 |
commit | 3bee9424f314814e38149a2f98c1ff010797be9e (patch) | |
tree | df800e8ca2b65f57bfed8313d0e044a440fc7c3f /lib/sway/sway.vala | |
parent | f40a5c5aa8a5242190464c30521e9aca8e8dc2f0 (diff) |
move stuffs to structs.vala
Diffstat (limited to 'lib/sway/sway.vala')
-rw-r--r-- | lib/sway/sway.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sway/sway.vala b/lib/sway/sway.vala index f3d7f13..8f7e6ba 100644 --- a/lib/sway/sway.vala +++ b/lib/sway/sway.vala @@ -3,7 +3,6 @@ public Sway get_default() { return Sway.get_default(); } - public class Sway : Object { private static Sway _instance; private Ipc ipc; |