main: Remove unused per-profile actions member

This commit is contained in:
Bastien Nocera 2020-08-05 17:11:59 +02:00
parent 17b655f9f5
commit 91e5f564d2

View file

@ -19,7 +19,6 @@
typedef struct {
PpdProfileDriver *driver;
GList *actions; /* list of PpdActions for the profile */
} ProfileData;
typedef struct {