From d0c72c3fb29d535f5bb12b651e3bcaa516650199 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 23 Mar 2015 15:26:56 -0300 Subject: Move FunctionBar inside Panel --- OpenFilesScreen.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenFilesScreen.h') 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; -- cgit v1.2.3