aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2014-03-31 21:42:05 +0000
committernicm <nicm>2014-03-31 21:42:05 +0000
commitf155316be7f24d76dd8fe6eb3dd34c5cf0aae86d (patch)
tree32c757ef3bab71c47feb8774eb7d5daa4b8ef42f /tmux.h
parentdca7d1c0fd9dc16aca2337c078da7441dbf97eeb (diff)
downloadrtmux-f155316be7f24d76dd8fe6eb3dd34c5cf0aae86d.tar.gz
rtmux-f155316be7f24d76dd8fe6eb3dd34c5cf0aae86d.tar.bz2
rtmux-f155316be7f24d76dd8fe6eb3dd34c5cf0aae86d.zip
Remove unused log functions.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 94eb5b8f..9990ccfe 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2343,9 +2343,6 @@ char *get_proc_name(int, char *);
/* log.c */
void log_open(int, const char *);
void log_close(void);
-void printflike1 log_warn(const char *, ...);
-void printflike1 log_warnx(const char *, ...);
-void printflike1 log_info(const char *, ...);
void printflike1 log_debug(const char *, ...);
void printflike1 log_debug2(const char *, ...);
__dead void printflike1 log_fatal(const char *, ...);