diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-07-29 14:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-07-29 14:01:09 +0100 |
commit | 73b4d098ce42039e111ef51b64135d8fc0c7a58f (patch) | |
tree | bc0fa168a4b448fa0fd89d15effbab7fa9e00daa /status.c | |
parent | a568aaa0c0bd829026b10cdb5a1597aa584586ae (diff) | |
parent | 5ec3621101e13e9032d1871f02883757b18d51ac (diff) | |
download | rtmux-73b4d098ce42039e111ef51b64135d8fc0c7a58f.tar.gz rtmux-73b4d098ce42039e111ef51b64135d8fc0c7a58f.tar.bz2 rtmux-73b4d098ce42039e111ef51b64135d8fc0c7a58f.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -142,16 +142,6 @@ status_prompt_save_history(void) } -/* Status output tree. */ -RB_GENERATE(status_out_tree, status_out, entry, status_out_cmp); - -/* Output tree comparison function. */ -int -status_out_cmp(struct status_out *so1, struct status_out *so2) -{ - return (strcmp(so1->cmd, so2->cmd)); -} - /* Get screen line of status line. -1 means off. */ int status_at_line(struct client *c) |