diff options
author | Ikalco <[email protected]> | 2024-12-17 10:31:27 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-17 17:31:27 +0100 |
commit | e2c78c00e50a0835c3830c8a0cd82049dc5700b8 (patch) | |
tree | 7ac17c752f1569e60a63e5356e199de6968cbb0e /src/helpers/MiscFunctions.hpp | |
parent | bd7092a9feb39275a9eb1426046a46671e0fe580 (diff) | |
download | Hyprland-e2c78c00e50a0835c3830c8a0cd82049dc5700b8.tar.gz Hyprland-e2c78c00e50a0835c3830c8a0cd82049dc5700b8.zip |
internal: remove dead code (#8748)
Diffstat (limited to 'src/helpers/MiscFunctions.hpp')
-rw-r--r-- | src/helpers/MiscFunctions.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helpers/MiscFunctions.hpp b/src/helpers/MiscFunctions.hpp index 018efbed..b179b3d6 100644 --- a/src/helpers/MiscFunctions.hpp +++ b/src/helpers/MiscFunctions.hpp @@ -21,8 +21,6 @@ struct SWorkspaceIDName { }; std::string absolutePath(const std::string&, const std::string&); -void addWLSignal(wl_signal*, wl_listener*, void* pOwner, const std::string& ownerString); -void removeWLSignal(wl_listener*); std::string escapeJSONStrings(const std::string& str); bool isDirection(const std::string&); bool isDirection(const char&); |