From 2c250b1fd535b7578b608b24d5ba6b2a35d45ac9 Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 19 Jan 2008 13:05:55 +0000 Subject: [PATCH] Make init_secondary a static function. --- src/init.C | 4 ++-- src/rxvt.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/init.C b/src/init.C index e3337052..cb276d6d 100644 --- a/src/init.C +++ b/src/init.C @@ -312,8 +312,8 @@ rxvt_term::init_vars () set_option (Opt_iso14755_52); } -void -rxvt_term::init_secondary () +static void +init_secondary () { int i; diff --git a/src/rxvt.h b/src/rxvt.h index f1875257..f4965042 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -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 (); -- 2.34.1