summaryrefslogtreecommitdiffstats
path: root/SignalsPanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'SignalsPanel.c')
-rw-r--r--SignalsPanel.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/SignalsPanel.c b/SignalsPanel.c
index 2bfbcbf2..8036142f 100644
--- a/SignalsPanel.c
+++ b/SignalsPanel.c
@@ -18,14 +18,6 @@ in the source distribution for its full text.
#include <ctype.h>
-/*{
-
-typedef struct SignalItem_ {
- const char* name;
- int number;
-} SignalItem;
-
-}*/
Panel* SignalsPanel_new() {
Panel* this = Panel_new(1, 1, 1, 1, true, Class(ListItem), FunctionBar_newEnterEsc("Send ", "Cancel "));