diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-01-28 17:10:13 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-01-28 17:10:13 +0100 |
| commit | 899eaf8a69a5668860649991e016e97ec41de6f1 (patch) | |
| tree | 7e7df2a04b8074da4da2e8f113df7618668ce2f4 /src | |
| parent | 2c5ba944582a8101cd3fd7445814a2e50b4701bd (diff) | |
Remove useless statement.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_cocoa.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 5430db51a..778ac2ae9 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -2285,7 +2285,6 @@ static FLTextInputContext* fltextinputcontext_instance = nil; BOOL retval = [super did_view_resolution_change]; if (retval) { [self viewFrameDidChange]; - [(FLWindow*)[self window] getFl_Window]->redraw(); [self setNeedsDisplay:YES]; } return retval; |
