diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-12-10 01:47:43 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-12-10 01:47:43 +0100 |
commit | 333ad96a703668f5a1392ee38b739bf393907221 (patch) | |
tree | 482d9127239e657fdff94f8636fd09a9e8c8be3b /plugins/utils | |
parent | 247d83b1eaa64dd28900f90763dd02e71d5bd3f6 (diff) |
Revert matrix sync changes until tabs are added
Diffstat (limited to 'plugins/utils')
-rw-r--r-- | plugins/utils/UniqueProcess.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/utils/UniqueProcess.hpp b/plugins/utils/UniqueProcess.hpp deleted file mode 100644 index f85704f..0000000 --- a/plugins/utils/UniqueProcess.hpp +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -namespace QuickMedia { - bool is_quickmedia_instance_already_running(const char *sock_file_dir, const char *plugin_name); - bool set_quickmedia_instance_unique(const char *sock_file_dir, const char *plugin_name); - void remove_quickmedia_instance_lock(const char *sock_file_dir, const char *plugin_name); -}
\ No newline at end of file |