aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 17:56:24 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 17:56:24 -0300
commitcbc9d3581196b8ef3f095c980f28512a5b30a97f (patch)
tree8c658002451ef412e457f3d29ca17252b930c75d
parente322621698d4700fad670670634fd4e0b7629d74 (diff)
remove dead code
-rw-r--r--plugins/style/style.c8
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);
-}
-*/