summaryrefslogtreecommitdiffstats
path: root/TraceScreen.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-21 21:33:11 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-12-21 22:34:50 +0100
commita7612b0b7d00a9b97eea25ae1b8af81fd7b591d6 (patch)
tree87fdcd80d5285324ae405675baa48339c689930f /TraceScreen.h
parent3ec8f67ab29014ef11daa795048b611e063a9f7b (diff)
TraceScreen: mark local class functions static
Diffstat (limited to 'TraceScreen.h')
-rw-r--r--TraceScreen.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TraceScreen.h b/TraceScreen.h
index 81920479..3a2902a1 100644
--- a/TraceScreen.h
+++ b/TraceScreen.h
@@ -32,12 +32,6 @@ TraceScreen* TraceScreen_new(Process* process);
void TraceScreen_delete(Object* cast);
-void TraceScreen_draw(InfoScreen* this);
-
bool TraceScreen_forkTracer(TraceScreen* this);
-void TraceScreen_updateTrace(InfoScreen* super);
-
-bool TraceScreen_onKey(InfoScreen* super, int ch);
-
#endif

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