win32: fix flush duplocate def

original commit: 9f42fa0e6fe66910932736cb7018d1568f22b530
This commit is contained in:
Matthew Flatt 2010-11-01 16:36:00 -06:00
parent 7d3393f07f
commit aa73bfcdf1

View File

@ -252,11 +252,6 @@
(define/public (end-refresh-sequence)
(send dc resume-flush))
;; The `flush' method should be improved to flush local
;; to the enclosing frame, instead of flushing globally.
(define/public (flush)
(flush-display))
;; Improve this method to flush locally
;; instead of globally:
(define/public (flush)