Remove FIXME not worth fixing.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 9 Sep 2017 11:02:23 +0000 (13:02 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 9 Sep 2017 11:02:23 +0000 (13:02 +0200)
pico8.el

index 2597bb3..bc3ce11 100644 (file)
--- a/pico8.el
+++ b/pico8.el
@@ -496,9 +496,6 @@ This function needs a lot of work.."
                     (and (re-search-backward "\\<f[gs]et\\|s?spr\\>"
                                              (- (point) 30) t)
                          (char-after)))))
                     (and (re-search-backward "\\<f[gs]et\\|s?spr\\>"
                                              (- (point) 30) t)
                          (char-after)))))
-           ;; FIXME: Actually parse something? lua-mode's sexp
-           ;; commands don't seem too good, and counting parentheses
-           ;; by hand is for nerds.
            (cond ((= c ?f) (pico8-goto-flag n))
                  ((= c ?s) (pico8-goto-sprite n))
                  (t (error "There's nothing obvious to go to")))))
            (cond ((= c ?f) (pico8-goto-flag n))
                  ((= c ?s) (pico8-goto-sprite n))
                  (t (error "There's nothing obvious to go to")))))