summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-23 15:26:56 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-23 15:26:56 -0300
commitd0c72c3fb29d535f5bb12b651e3bcaa516650199 (patch)
tree2c01b7d96d50a7f47334093a1ed8ff4962cec204 /OpenFilesScreen.h
parent1084a3ff8faf3aa98e8e9fbdab97a08a2c40482e (diff)
Move FunctionBar inside Panel
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;

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