Skip to content

Commit

Permalink
remove obsolete version from code and header line
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenhael-le-moine committed Mar 19, 2012
1 parent 12e7425 commit 6244d46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions emstar.el
@@ -1,6 +1,6 @@
;;; emstar.el --- Emstar Game

;; Version: 1.3
;; Version: 1.4
;; Copyright
;; © Gwenhael Le Moine

Expand Down Expand Up @@ -34,9 +34,6 @@

(require 'cl)

(defconst emstar-version "0.1"
"Version string for this version of GNU-Emacs Emstar.")

(defconst emstar-left '(-1 . 0))
(defconst emstar-right '( 1 . 0))
(defconst emstar-down '( 0 . 1))
Expand Down Expand Up @@ -545,8 +542,7 @@ Commands:
(setq major-mode 'emstar-mode)
(setq mode-name "Emstar")
(setq header-line-format
(list "Emstar v" 'emstar-version
" -- " 'emstar-game-info " ~ " 'emstar-selected))
(list "Emstar -- " 'emstar-game-info " ~ " 'emstar-selected))
(emstar-init-level)
(run-hooks 'emstar-mode-hook))

Expand Down

0 comments on commit 6244d46

Please sign in to comment.