aboutsummaryrefslogtreecommitdiff
path: root/plugins/readability/readability.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:18:54 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:18:54 -0600
commitca59138a2aef96960381f986b8c683634e4d8e63 (patch)
tree16c62f8a2b3bfe7ad55053294095f70a85d19613 /plugins/readability/readability.h
parentcc959fda4fac18f1c429158d1ffea24692276310 (diff)
tweak: move things around
Diffstat (limited to 'plugins/readability/readability.h')
-rw-r--r--plugins/readability/readability.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/readability/readability.h b/plugins/readability/readability.h
deleted file mode 100644
index 6a21a8c..0000000
--- a/plugins/readability/readability.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef READABILITY
-#define READABILITY
-
-#define READABILITY_N 85133 + 1000
-
-void read_readability_js(char* string);
-
-#endif