fix timer% interval method for Mac OS X

svn: r5462
This commit is contained in:
Matthew Flatt 2007-01-26 01:03:46 +00:00
parent f9dfebefa3
commit ebcf1e7817
2 changed files with 1 additions and 1 deletions

View File

@ -1405,6 +1405,7 @@ XSRC_EXTRA_DIR_wx_mac = macxsrc
gen-deps:
../../mzscheme/mzscheme@MMM@ -qr "$(srcdir)/gen-deps.ss"
@INCLUDEDEP@ mred.dd
@INCLUDEDEP@ wb_item.dd
@INCLUDEDEP@ wb_panel.dd
@INCLUDEDEP@ wb_timer.dd

View File

@ -28,7 +28,6 @@ class wxTimer: public wxbTimer
void *context;
double expiration;
int one_shot;
int interval;
wxTimer *prev, *next;
#endif
wxTimer(void *ctx = NULL);