From 4e4e5bb7ffe97b9f2db1b91bae0abf2fc58153ea Mon Sep 17 00:00:00 2001 From: Nicholas Rishel Date: Fri, 15 Jun 2012 01:43:07 +0000 Subject: [PATCH] Comment no longer accurate. --- source/blender/windowmanager/intern/wm_event_system.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c index 5f2d9c6fb54..c46c382c37f 100644 --- a/source/blender/windowmanager/intern/wm_event_system.c +++ b/source/blender/windowmanager/intern/wm_event_system.c @@ -2716,7 +2716,6 @@ void wm_event_add_ghostevent(wmWindowManager *wm, wmWindow *win, int type, int U case GHOST_kEventButtonUp: { GHOST_TEventButtonData *bd = customdata; - /* Note!, this starts as 0/1 but later is converted to KM_PRESS/KM_RELEASE by tweak */ event.val = (type == GHOST_kEventButtonDown) ? KM_PRESS : KM_RELEASE; if (bd->button == GHOST_kButtonMaskLeft)