mirror of https://github.com/GNOME/gimp.git
app: remove unused private member
This commit is contained in:
parent
240dae660d
commit
00b1835f9e
|
@ -69,9 +69,8 @@ struct _GimpDeviceInfoEditorPrivate
|
|||
{
|
||||
GimpDeviceInfo *info;
|
||||
|
||||
GtkWidget *axis_combos[GDK_AXIS_LAST - GDK_AXIS_X];
|
||||
|
||||
GtkListStore *input_store;
|
||||
|
||||
GtkListStore *axis_store;
|
||||
GtkTreeIter axis_iters[GDK_AXIS_LAST - GDK_AXIS_X];
|
||||
|
||||
|
|
Loading…
Reference in New Issue