summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-28 12:32:55 +0200
committercgzones <cgzones@googlemail.com>2020-09-29 10:44:42 +0200
commit241e4b3dbf8ebee4a12a337dec725b3547c242e9 (patch)
tree13d3fa8e3293ff3c7c788e89629b6d3ae4eae97d /CRT.h
parent7ae967a04b7a05ce1f3b77035ba06be904ff6b0d (diff)
Drop redundant declarations
- `CRT_fatalError()` is declared twice in CRT.h - `Process_pidFormat`, `Process_writeField()` and `Process_compare` are declared twice in Process.h - `btime` is defined in LinuxProcess.c and also declared in LinuxProcess.h, so drop in LinuxProcessList.h
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/CRT.h b/CRT.h
index a2cfd8a9..c0b93952 100644
--- a/CRT.h
+++ b/CRT.h
@@ -168,8 +168,6 @@ void CRT_init(int delay, int colorScheme, bool allowUnicode);
void CRT_done(void);
-void CRT_fatalError(const char* note);
-
int CRT_readKey(void);
void CRT_disableDelay(void);

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