Make hex_keyval a static function.
authorayin <ayin>
Fri, 15 Feb 2008 10:56:29 +0000 (10:56 +0000)
committerayin <ayin>
Fri, 15 Feb 2008 10:56:29 +0000 (10:56 +0000)
src/command.C
src/rxvt.h

index b10c835..0fa4a92 100644 (file)
@@ -281,8 +281,8 @@ rxvt_term::commit_iso14755 ()
   iso14755buf = 0;
 }
 
-int
-rxvt_term::hex_keyval (XKeyEvent &ev)
+static int
+hex_keyval (XKeyEvent &ev)
 {
   // check wether this event corresponds to a hex digit
   // if the modifiers had not been pressed.
index 6d3e416..13a8b0c 100644 (file)
@@ -1104,7 +1104,6 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen {
   // ISO 14755 entry support
   unicode_t iso14755buf;
   void commit_iso14755 ();
-  int hex_keyval (XKeyEvent &ev);
 # if ISO_14755
   void iso14755_51 (unicode_t ch, rend_t r = DEFAULT_RSTYLE, int x = 0, int y = -1);
   void iso14755_54 (int x, int y);