comparison mac/dw.m @ 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 bf2ca780f62d
comparison
equal deleted inserted replaced
894:d1d7e5c51860 895:8c29ea2d17fc
109 int _dw_main_iteration(NSDate *date); 109 int _dw_main_iteration(NSDate *date);
110 110
111 SignalHandler *_get_handler(HWND window, int messageid) 111 SignalHandler *_get_handler(HWND window, int messageid)
112 { 112 {
113 SignalHandler *tmp = Root; 113 SignalHandler *tmp = Root;
114 id object = window;
115 114
116 /* Find any callbacks for this function */ 115 /* Find any callbacks for this function */
117 while(tmp) 116 while(tmp)
118 { 117 {
119 if(tmp->message == messageid && window == tmp->window) 118 if(tmp->message == messageid && window == tmp->window)