mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Remove unused function.
This commit is contained in:
parent
fe210c5d58
commit
0767e590fd
@ -105,10 +105,3 @@ void gui_set_clipboard(const char *buffer, size_t length,
|
||||
}
|
||||
}
|
||||
|
||||
bool gui_copy_to_clipboard(struct selection *s)
|
||||
{
|
||||
if (selection_defined( s ) && selection_copy_to_clipboard( s ))
|
||||
gui_commit_clipboard();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user