From ae87169d7e5d8634db2d90c8bd7ab93e3ed20f77 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 19 Sep 2012 06:08:03 -0500 Subject: [PATCH] eliminate some dead code (showuld have been removed in an earlier commit) --- collects/drracket/private/syncheck/gui.rkt | 3 --- 1 file changed, 3 deletions(-) diff --git a/collects/drracket/private/syncheck/gui.rkt b/collects/drracket/private/syncheck/gui.rkt index cc29d85fc0..e898715ccd 100644 --- a/collects/drracket/private/syncheck/gui.rkt +++ b/collects/drracket/private/syncheck/gui.rkt @@ -993,8 +993,6 @@ If the namespace does not, they are colored the unbound color. ;; need to check this first so syncheck:clear-arrows will work [(not arrow-records) (values #f #f #f #f)] - [(and popup-menu (send popup-menu get-popup-target)) - (values latent-pos latent-text latent-eles latent-tooltip)] [(and x y) (define-values (pos text) (get-pos/text-dc-location x y)) (define arrow-record (and text pos (hash-ref arrow-records text #f))) @@ -1025,7 +1023,6 @@ If the namespace does not, they are colored the unbound color. (invalidate-bitmap-cache)) - (define popup-menu #f) (define mouse-admin #f) ; editor admin for the last mouse move (define mouse-x #f) ; last known mouse position (define mouse-y #f)