rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit cbc9d3581196b8ef3f095c980f28512a5b30a97f
parent e322621698d4700fad670670634fd4e0b7629d74
Author: NunoSempere <nuno.semperelh@protonmail.com>
Date:   Sat, 23 Mar 2024 17:56:24 -0300

remove dead code

Diffstat:
Mplugins/style/style.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git 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); -} -*/