Remove unused function.

This commit is contained in:
Michael Drake 2013-01-08 17:54:55 +00:00
parent fe210c5d58
commit 0767e590fd
1 changed files with 0 additions and 7 deletions

View File

@ -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;
}