ColumnsPanel: drop unused struct declaration

This commit is contained in:
Christian Göttsche 2021-09-02 22:32:33 +02:00 committed by BenBE
parent 2844429f15
commit b9fdf1c2a1
1 changed files with 0 additions and 6 deletions

View File

@ -118,12 +118,6 @@ const PanelClass ColumnsPanel_class = {
.eventHandler = ColumnsPanel_eventHandler
};
typedef struct {
Panel* super;
unsigned int id;
unsigned int offset;
} DynamicIterator;
static void ColumnsPanel_add(Panel* super, unsigned int key, Hashtable* columns) {
const char* name;
if (key < LAST_PROCESSFIELD) {