From aa73bfcdf10dd44c0ce6fe96429e8fb3c623995d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 1 Nov 2010 16:36:00 -0600 Subject: [PATCH] win32: fix flush duplocate def original commit: 9f42fa0e6fe66910932736cb7018d1568f22b530 --- collects/mred/private/wx/win32/canvas.rkt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/collects/mred/private/wx/win32/canvas.rkt b/collects/mred/private/wx/win32/canvas.rkt index 2fc6525d..3b9316a4 100644 --- a/collects/mred/private/wx/win32/canvas.rkt +++ b/collects/mred/private/wx/win32/canvas.rkt @@ -251,11 +251,6 @@ (send dc suspend-flush)) (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: