From 71140a5768c11e98a09ccbff00186e6bf3e1a5ab Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 21 Jul 2005 22:15:02 +0000 Subject: (svn r2669) Shuffle some more stuff around to reduce dependencies --- gui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gui.h') diff --git a/gui.h b/gui.h index 2b081c457..da57e5d72 100644 --- a/gui.h +++ b/gui.h @@ -114,8 +114,6 @@ bool InsertTextBufferChar(Textbuf *tb, byte key); 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); -- cgit v1.2.3-54-g00ecf