Skip to content

Commit

Permalink
Removed a line that shouldn't have existed
Browse files Browse the repository at this point in the history
Should fix #229
  • Loading branch information
michael-manley committed Jul 31, 2023
1 parent b19fbf6 commit 5df4a1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin-api/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ char plugin_path[512];
#ifdef PLUGIN_ENGINE
void set_plugin_path(char *s) {
safe_strncpy(plugin_path, s, 512);
set_screenshots_path(s);
}

void pluginengine_load_config() {
Expand Down

0 comments on commit 5df4a1f

Please sign in to comment.