forked from aniani/vim
patch 8.1.0785: depending on the configuration some functions are unused
Problem: Depending on the configuration some functions are unused. Solution: Add more #ifdefs, remove unused functions. (Dominique Pelle, closes #3822)
This commit is contained in:
@@ -6737,11 +6737,13 @@ clip_mch_set_selection(VimClipboard *cbd UNUSED)
|
||||
{
|
||||
}
|
||||
|
||||
#if (defined(FEAT_XCLIPBOARD) && defined(USE_SYSTEM)) || defined(PROTO)
|
||||
int
|
||||
clip_gtk_owner_exists(VimClipboard *cbd)
|
||||
{
|
||||
return gdk_selection_owner_get(cbd->gtk_sel_atom) != NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(FEAT_MENU) || defined(PROTO)
|
||||
|
Reference in New Issue
Block a user