summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'TraceScreen.c')
-rw-r--r--TraceScreen.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/TraceScreen.c b/TraceScreen.c
index b4b8436b..99b56a05 100644
--- a/TraceScreen.c
+++ b/TraceScreen.c
@@ -27,21 +27,6 @@ in the source distribution for its full text.
#include <sys/wait.h>
#include <signal.h>
-/*{
-#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};