Remove unused code

This commit is contained in:
Kovid Goyal
2024-08-26 19:13:09 +05:30
parent 96f2861c2a
commit 9843b5c210
4 changed files with 14 additions and 29 deletions

View File

@@ -423,7 +423,6 @@ void play_canberra_sound(const char *which_sound, const char *event_id, bool is_
SPRITE_MAP_HANDLE alloc_sprite_map(unsigned int, unsigned int);
SPRITE_MAP_HANDLE free_sprite_map(SPRITE_MAP_HANDLE);
const char* get_hyperlink_for_id(const HYPERLINK_POOL_HANDLE, hyperlink_id_type id, bool only_url);
bool getpeerid(int fd, uid_t *euid, gid_t *egid);
#define memset_array(array, val, count) if ((count) > 0) { \
(array)[0] = (val); \