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 b10c8354338d44cdb037950634717980a7b9511e..0fa4a9248ebf9ef2181242a7bdfd255d5efd8d7a 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 6d3e4163f74dd6c1461adfce5418d792ce7a5adc..13a8b0cb6eca80620616604f703d5abcc0d3712e 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);