From 48575ab6cd31c3b2bb7568e5e334210e4f5c3784 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 4 Apr 2025 17:28:31 -0400 Subject: [PATCH] Removed the old plugin manager. It didn't work anyway and needs to be rewritten. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6f76e83..39a5497 100644 --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,6 @@ src/cthulhu/scripts/toolkits/gtk/Makefile src/cthulhu/plugins/Makefile src/cthulhu/plugins/ByeCthulhu/Makefile src/cthulhu/plugins/HelloCthulhu/Makefile -src/cthulhu/plugins/PluginManager/Makefile src/cthulhu/plugins/Clipboard/Makefile src/cthulhu/plugins/DisplayVersion/Makefile src/cthulhu/plugins/hello_world/Makefile