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