From ace159199161f555d6e13d05ccc374166ff375b6 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 20 Dec 2012 21:14:24 -0800 Subject: Purge some unused functions --- src/char/inter.cpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/char/inter.cpp') diff --git a/src/char/inter.cpp b/src/char/inter.cpp index 98ea03c..631f804 100644 --- a/src/char/inter.cpp +++ b/src/char/inter.cpp @@ -1,6 +1,5 @@ #include "inter.hpp" -#include // exception to "no va_list" rule #include #include @@ -239,24 +238,6 @@ int inter_config_read(const char *cfgName) return 0; } -// ログ書き出し -int inter_log(const char *fmt, ...) -{ - FILE *logfp; - va_list ap; - - va_start(ap, fmt); - logfp = fopen_(inter_log_filename, "a"); - if (logfp) - { - vfprintf(logfp, fmt, ap); - fclose_(logfp); - } - va_end(ap); - - return 0; -} - // セーブ int inter_save(void) { -- cgit v1.2.3-70-g09d2