Skip to content

Commit

Permalink
Remove unnecessary part
Browse files Browse the repository at this point in the history
  • Loading branch information
u3l6 committed Nov 2, 2024
1 parent f8a31ac commit 913e6fa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mods/force-chinese-ime.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,3 @@ void ModInit() {

Wh_Log(L"Force Chinese IME Mode mod initialized.");
}

// Module cleanup
void ModUninit() {
// Remove the hook
Wh_RemoveFunctionHook((void*)ImmSetConversionStatus);
Wh_Log(L"Force Chinese IME Mode mod uninitialized.");
}

0 comments on commit 913e6fa

Please sign in to comment.