From 3ec8f67ab29014ef11daa795048b611e063a9f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 21 Dec 2020 21:28:13 +0100 Subject: InfoScreen: drop unused member --- InfoScreen.h | 1 - 1 file changed, 1 deletion(-) diff --git a/InfoScreen.h b/InfoScreen.h index 0d80367d..d7497bed 100644 --- a/InfoScreen.h +++ b/InfoScreen.h @@ -16,7 +16,6 @@ typedef struct InfoScreen_ { Object super; const Process* process; Panel* display; - FunctionBar* bar; IncSet* inc; Vector* lines; } InfoScreen; -- cgit v1.2.3