diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 17:56:24 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 17:56:24 -0300 |
commit | cbc9d3581196b8ef3f095c980f28512a5b30a97f (patch) | |
tree | 8c658002451ef412e457f3d29ca17252b930c75d /plugins/style | |
parent | e322621698d4700fad670670634fd4e0b7629d74 (diff) |
remove dead code
Diffstat (limited to 'plugins/style')
-rw-r--r-- | plugins/style/style.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/style/style.c b/plugins/style/style.c index d10c2e8..b22ab7b 100644 --- a/plugins/style/style.c +++ b/plugins/style/style.c @@ -20,11 +20,3 @@ void read_style_js(char* string) fclose(fp); } -/* -int main(){ - char* readability_js = malloc(STYLE_N+1); - read_readability_js(readability_js); - printf("%s", readability_js); - free(readability_js); -} -*/ |