app: remove unused private member

This commit is contained in:
Michael Natterer 2010-02-15 18:24:19 +01:00
parent 240dae660d
commit 00b1835f9e
1 changed files with 1 additions and 2 deletions

View File

@ -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];