changeset 895:8c29ea2d17fc

Accidentally added a line that wasn't needed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 18 Apr 2011 00:19:32 +0000
parents d1d7e5c51860
children 529c27638936
files mac/dw.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Mon Apr 18 00:13:17 2011 +0000
+++ b/mac/dw.m	Mon Apr 18 00:19:32 2011 +0000
@@ -111,7 +111,6 @@
 SignalHandler *_get_handler(HWND window, int messageid)
 {
     SignalHandler *tmp = Root;
-    id object = window;
     
     /* Find any callbacks for this function */
     while(tmp)