summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-02-16 19:44:59 +0100
committerBenny Baumann <BenBE@geshi.org>2021-02-17 15:59:50 +0100
commit82157f598e09790b408a4e519a25d3affba95240 (patch)
tree77f86dbd0a50bb2e4017a0fe308e9967adf91279 /CRT.h
parenta73064dda97d751047748c4539a969495bdadf73 (diff)
Refactor to remove no-op calls
This removes the call-sites of the removed setuid feature
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/CRT.h b/CRT.h
index ddd00169..91c2b89d 100644
--- a/CRT.h
+++ b/CRT.h
@@ -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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy