Remove version check menu entry. The code is only commented out, but if it is

re-entered, then it should be rewritten since the new version has a different
interface.

svn: r1467
This commit is contained in:
Eli Barzilay 2005-12-01 21:30:06 +00:00
parent 3e46c52c2c
commit 02bef56469
2 changed files with 4 additions and 6 deletions

View File

@ -9,7 +9,6 @@
(lib "framework.ss" "framework")
(lib "external.ss" "browser")
(lib "getinfo.ss" "setup")
(lib "check-gui.ss" "version")
"drsig.ss"
"../acks.ss")

View File

@ -7,7 +7,6 @@
(lib "string.ss")
(lib "list.ss")
"drsig.ss"
(lib "check-gui.ss" "version")
(lib "mred.ss" "mred")
(lib "framework.ss" "framework")
(lib "url.ss" "net")
@ -121,10 +120,10 @@
(define/public (get-additional-important-urls) '())
(define/override (help-menu:after-about menu)
(instantiate menu-item% ()
(label (string-constant help-menu-check-for-updates))
(parent menu)
(callback (λ (item evt) (check-version this))))
;; (instantiate menu-item% ()
;; (label (string-constant help-menu-check-for-updates))
;; (parent menu)
;; (callback (λ (item evt) (check-version this))))
(drscheme:app:add-important-urls-to-help-menu
menu
(get-additional-important-urls))