summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-02 11:55:54 -0700
committerBerke Viktor <bviktor@hexchat.org>2013-04-02 11:56:08 -0700
commit5e59578e28408b4fcf85de19fd301a5b02d96dec (patch)
treef382448bccf99bc932a1e07dbbdbe60f9625327a /src/common/util.h
parent7317535c28fe516b42b5fc73221e81c4ceee8b56 (diff)
Remove most of HexTray and one instance
You can still build HexTray manually if you want to try fixing it
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 81e227fb..b375abb1 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -78,7 +78,6 @@ guint32 str_ihash (const unsigned char *key);
 void safe_strcpy (char *dest, const char *src, int bytes_left);
 void canonalize_key (char *key);
 int portable_mode ();
-int hextray_mode ();
 int unity_mode ();
 GSList *get_subdirs (const char *path);
 char *encode_sasl_pass (char *user, char *pass);