fix: don't pull devoptab and sockets

requires new-ish aroma for LoggingModule i guess
This commit is contained in:
Ash Logan 2026-07-27 21:42:57 +10:00
commit e5020b88d0

View file

@ -37,11 +37,8 @@ WUPS_PLUGIN_LICENSE("GPLv3");
WUPS_USE_STORAGE("inkay");
WUPS_USE_WUT_DEVOPTAB();
INITIALIZE_PLUGIN() {
WHBLogCafeInit();
WHBLogUdpInit();
WHBLogModuleInit();
Config::Init();
@ -57,8 +54,7 @@ DEINITIALIZE_PLUGIN() {
Inkay_Finalize();
NotificationModule_DeInitLibrary();
WHBLogCafeDeinit();
WHBLogUdpDeinit();
WHBLogModuleDeinit();
}
ON_APPLICATION_START() {