diff options
author | Ailin Nemui <ailin@esf51.localdomain> | 2014-06-08 02:18:57 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@esf51.localdomain> | 2014-06-15 23:37:13 +0200 |
commit | a4c62a3fee26761ff909e7fb01f372484db3057f (patch) | |
tree | 76fee293501c3125d094e234db69d541e63e3d01 /src/core/query-rec.h | |
parent | d1e60a3b8f8a154a33e935279a6aeb356686efda (diff) | |
download | irssi-a4c62a3fee26761ff909e7fb01f372484db3057f.zip |
speed up window_item_find by interning name and removing call to channel_find
Diffstat (limited to 'src/core/query-rec.h')
-rw-r--r-- | src/core/query-rec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/query-rec.h b/src/core/query-rec.h index ddb85ba4..fc08d2ef 100644 --- a/src/core/query-rec.h +++ b/src/core/query-rec.h @@ -2,7 +2,6 @@ #include "window-item-rec.h" -char *name; char *address; char *server_tag; time_t last_unread_msg; |