summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenFilesScreen.h')
-rw-r--r--OpenFilesScreen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenFilesScreen.h b/OpenFilesScreen.h
index b3cdd975..68e33363 100644
--- a/OpenFilesScreen.h
+++ b/OpenFilesScreen.h
@@ -11,7 +11,6 @@ in the source distribution for its full text.
#include "Process.h"
#include "Panel.h"
-#include "FunctionBar.h"
typedef struct OpenFiles_Data_ {
char* data[256];
@@ -32,7 +31,6 @@ typedef struct OpenFilesScreen_ {
Process* process;
pid_t pid;
Panel* display;
- FunctionBar* bar;
} OpenFilesScreen;