From 0767e590fdb43cfcbb39c7a6795c0efe5c58c79e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 8 Jan 2013 17:54:55 +0000 Subject: Remove unused function. --- cocoa/selection.m | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cocoa') diff --git a/cocoa/selection.m b/cocoa/selection.m index 0acbd3b76..ef34b4e94 100644 --- a/cocoa/selection.m +++ b/cocoa/selection.m @@ -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; -} - -- cgit v1.2.3