mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-17 18:22:15 +02:00
fix: don't pull devoptab and sockets
requires new-ish aroma for LoggingModule i guess
This commit is contained in:
parent
8cfbf64d54
commit
e5020b88d0
1 changed files with 2 additions and 6 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue