diff --git a/modules/NormCap.php b/modules/NormCap.php deleted file mode 100644 index 7849325..0000000 --- a/modules/NormCap.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch_json('https://api.github.com/repos/dynobo/normcap/releases/latest')) - return $this->parse_json('tag_name'); - return false; - } -} - -?> diff --git a/modules/Rnote.php b/modules/Rnote.php deleted file mode 100644 index ce86b06..0000000 --- a/modules/Rnote.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch_json('https://api.github.com/repos/flxzt/rnote/releases/latest')) - return $this->parse_json('tag_name'); - return false; - } -} - -?>