Skip to content

Commit

Permalink
refactor: remove useless things
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN authored Dec 25, 2023
1 parent 80cf9a2 commit b0de666
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/DllMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ Plugin plugin;

extern "C" {
_declspec(dllexport) bool ll_plugin_load(ll::plugin::Plugin& self) { return plugin.load(self); }

_declspec(dllexport) bool ll_plugin_unload(ll::plugin::Plugin& self) { return plugin.unload(self); }

_declspec(dllexport) bool ll_plugin_enable(ll::plugin::Plugin& self) { return plugin.enable(self); }

_declspec(dllexport) bool ll_plugin_disable(ll::plugin::Plugin& self) { return plugin.disable(self); }
}

} // namespace plugins

0 comments on commit b0de666

Please sign in to comment.