remove dead definitions

This commit is contained in:
Thomas Schoebel-Theuer 2011-10-14 10:13:18 +02:00 committed by Thomas Schoebel-Theuer
parent cb5f6e4d37
commit 637a0b7a83
1 changed files with 0 additions and 2 deletions

View File

@ -294,8 +294,6 @@ struct generic_input {
struct BRICK##_output_ops *ops; \
struct list_head output_head; \
int nr_connected; \
/* _must_ be the last member (may expand to open array) */ \
struct generic_aspect_layout output_aspect_layouts[BRICK_OBJ_MAX]; \
struct generic_output {
GENERIC_OUTPUT(generic);