Blob Blame History Raw
--- tio.h.orig	2020-01-23 17:06:51.772190065 +0000
+++ tio.h	2020-01-23 17:07:34.421445401 +0000
@@ -111,10 +111,6 @@
   char *name;
 } t_keynames[];
 
-void (*error_msg)( const char *, ... ) __printflike(1, 2);
-  /* Pointer to the error message function.
-   */
-
   int
 tio_isprint(int x);