From f80394a20254938142011855f2954b3f63fe5909 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 15 Sep 2020 08:00:00 +0200 Subject: New upstream version 3.0.2 --- TraceScreen.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'TraceScreen.c') diff --git a/TraceScreen.c b/TraceScreen.c index b4b8436..0a3485e 100644 --- a/TraceScreen.c +++ b/TraceScreen.c @@ -8,7 +8,6 @@ in the source distribution for its full text. #include "TraceScreen.h" #include "CRT.h" -#include "InfoScreen.h" #include "ProcessList.h" #include "ListItem.h" #include "IncSet.h" @@ -27,21 +26,6 @@ in the source distribution for its full text. #include #include -/*{ -#include "InfoScreen.h" - -typedef struct TraceScreen_ { - InfoScreen super; - bool tracing; - int fdpair[2]; - int child; - FILE* strace; - int fd_strace; - bool contLine; - bool follow; -} TraceScreen; - -}*/ static const char* const TraceScreenFunctions[] = {"Search ", "Filter ", "AutoScroll ", "Stop Tracing ", "Done ", NULL}; -- cgit v1.2.3