From f75ab6d2c11e8a8e18191b087564aedebbeb96c5 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:33 +0200 Subject: Imported Upstream version 1.0.3 --- SignalsPanel.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'SignalsPanel.h') diff --git a/SignalsPanel.h b/SignalsPanel.h index 598c70f..da75354 100644 --- a/SignalsPanel.h +++ b/SignalsPanel.h @@ -9,20 +9,13 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#include "Panel.h" typedef struct SignalItem_ { const char* name; int number; } SignalItem; -typedef struct SignalsPanel_ { - Panel super; -} SignalsPanel; - -SignalsPanel* SignalsPanel_new(int x, int y, int w, int h); - -void SignalsPanel_reset(SignalsPanel* this); +Panel* SignalsPanel_new(); #endif -- cgit v1.2.3