diff src/gui_kde_x11.cc @ 44:af1bcb9a13c0

updated for version 7.0027
author vimboss
date Fri, 31 Dec 2004 20:56:11 +0000
parents c75153d791d0
children 388f285bda1b
line wrap: on
line diff
--- a/src/gui_kde_x11.cc
+++ b/src/gui_kde_x11.cc
@@ -700,6 +700,7 @@ gui_mch_get_font(char_u * name, int repo
     return (GuiFont) myFont;
 }//}}}
 
+#if defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Return the name of font "font" in allocated memory.
  * Don't know how to get the actual name, thus use the provided name.
@@ -711,6 +712,7 @@ gui_mch_get_fontname(GuiFont font, char_
 	return NULL;
     return vim_strsave(name);
 }//}}}
+#endif
 
 /*
  * Set the current text font.