gui.h
changeset 2159 3b634157c3b2
parent 1977 4392ae3d8e31
child 2186 461a2aff3486
--- a/gui.h	Thu Jul 21 21:13:42 2005 +0000
+++ b/gui.h	Thu Jul 21 22:15:02 2005 +0000
@@ -114,8 +114,6 @@
 bool InsertTextBufferClipboard(Textbuf *tb);
 bool MoveTextBufferPos(Textbuf *tb, int navmode);
 void UpdateTextBufferSize(Textbuf *tb);
-/* IS_INT_INSIDE = filter for ascii-function codes like BELL and so on [we need an special filter here later] */
-static inline bool IsValidAsciiChar(byte key) {return IS_INT_INSIDE(key, ' ', 256);}
 
 void BuildFileList(void);
 void SetFiosType(const byte fiostype);