Make init_secondary a static function.
authorayin <ayin>
Sat, 19 Jan 2008 13:05:55 +0000 (13:05 +0000)
committerayin <ayin>
Sat, 19 Jan 2008 13:05:55 +0000 (13:05 +0000)
src/init.C
src/rxvt.h

index e3337052c4429e308f67eb14d5694016c6ab5e49..cb276d6d719f623b98d24a2c65b2c39220d52675 100644 (file)
@@ -312,8 +312,8 @@ rxvt_term::init_vars ()
   set_option (Opt_iso14755_52);
 }
 
-void
-rxvt_term::init_secondary ()
+static void
+init_secondary ()
 {
   int i;
 
index f1875257e82de7f45b6d935bcd2ab5e6b6dc5bac..f4965042601586f94ae46406075c25e223e29838 100644 (file)
@@ -1263,7 +1263,6 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen {
   void process_graphics ();
   // init.C
   void init_vars ();
-  void init_secondary ();
   const char **init_resources (int argc, const char *const *argv);
   void init (int argc, const char *const *argv, stringvec *envv);
   void init_env ();