From b6de878181aee4eeab5244672c01ec206deaa83c Mon Sep 17 00:00:00 2001 From: Fredrik Mellbin Date: Wed, 25 Jan 2006 00:29:01 +0000 Subject: [PATCH] See previous commit Originally committed to SVN as r24. --- core/frame_main_events.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/frame_main_events.cpp b/core/frame_main_events.cpp index a6af94191..89f6372f1 100644 --- a/core/frame_main_events.cpp +++ b/core/frame_main_events.cpp @@ -657,7 +657,6 @@ void FrameMain::OnOpenSpellCheck (wxCommandEvent &event) { SpellCheck.ShowModal(); SubsBox->CommitChanges(); - videoBox->videoDisplay->RefreshVideo(); #endif }