aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-03-07 15:49:09 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-03-07 15:49:09 +0000
commitebe7bd7c8b4f3d703064b3d8b2b5ad8dd01e9e62 (patch)
treeed01a20c33d7065c0aa8d21957bd626809e6cbf4 /tmux.h
parent683ca270d4b3ffc64a0d9cb86161dfb48a7fe0ca (diff)
downloadrtmux-ebe7bd7c8b4f3d703064b3d8b2b5ad8dd01e9e62.tar.gz
rtmux-ebe7bd7c8b4f3d703064b3d8b2b5ad8dd01e9e62.tar.bz2
rtmux-ebe7bd7c8b4f3d703064b3d8b2b5ad8dd01e9e62.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 fe6bad2e..638ee3b2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2342,9 +2342,6 @@ struct event_base *osdep_event_init(void);
/* 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 *, ...);