fdr/teddy: remove padding from structures

This commit is contained in:
Justin Viiret
2017-06-09 16:28:32 +10:00
committed by Matthew Barr
parent 71bd1c8dfe
commit 2b9b2ca911
2 changed files with 4 additions and 11 deletions

View File

@@ -38,10 +38,6 @@ struct Teddy {
u32 maxStringLen;
u32 confOffset;
u32 floodOffset;
u32 link;
u32 pad1;
u32 pad2;
u32 pad3;
};
#endif