Refactor to remove no-op calls

This removes the call-sites of the removed setuid feature
This commit is contained in:
Benny Baumann
2021-02-16 19:44:59 +01:00
parent a73064dda9
commit 82157f598e
5 changed files with 6 additions and 27 deletions

3
CRT.h
View File

@ -160,9 +160,6 @@ extern int CRT_scrollWheelVAmount;
extern ColorScheme CRT_colorScheme;
static inline void CRT_dropPrivileges(void) { }
static inline void CRT_restorePrivileges(void) { }
void CRT_init(const Settings* settings, bool allowUnicode);
void CRT_done(void);