mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Removed unused hexchat_filename_*_utf8 macros.
This commit is contained in:
@@ -632,7 +632,4 @@ struct popup
|
||||
/* CL: get a random int in the range [0..n-1]. DON'T use rand() % n, it gives terrible results. */
|
||||
#define RAND_INT(n) ((int)(rand() / (RAND_MAX + 1.0) * (n)))
|
||||
|
||||
#define hexchat_filename_from_utf8 g_filename_from_utf8
|
||||
#define hexchat_filename_to_utf8 g_filename_to_utf8
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user