Remove an unused typedef

This commit is contained in:
Federico Mena Quintero
2011-04-05 12:58:36 -05:00
parent 5ab5122ce6
commit d39295e655

View File

@@ -4334,12 +4334,6 @@ list_button_press_event_cb (GtkWidget *widget,
return TRUE;
}
typedef struct {
OperationMode operation_mode;
gint general_column;
gint model_column;
} ColumnMap;
/* Sets the sort column IDs for the file list; needs to be done whenever we
* change the model on the treeview.
*/