mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Remove unused function gui_window_redraw.
svn path=/trunk/netsurf/; revision=11903
This commit is contained in:
parent
064ab5bec9
commit
7473f1625f
@ -129,12 +129,6 @@ void gui_window_set_title(struct gui_window *g, const char *title)
|
||||
[(BrowserViewController *)g setTitle: [NSString stringWithUTF8String: title]];
|
||||
}
|
||||
|
||||
void gui_window_redraw(struct gui_window *g, int x0, int y0, int x1, int y1)
|
||||
{
|
||||
const NSRect rect = cocoa_rect( x0, y0, x1, y1 );
|
||||
[[(BrowserViewController *)g browserView] setNeedsDisplayInRect: rect];
|
||||
}
|
||||
|
||||
void gui_window_redraw_window(struct gui_window *g)
|
||||
{
|
||||
[[(BrowserViewController *)g browserView] setNeedsDisplay: YES];
|
||||
|
Loading…
Reference in New Issue
Block a user