diff options
Diffstat (limited to 'src/java/com/jogamp/gluegen/runtime')
-rw-r--r-- | src/java/com/jogamp/gluegen/runtime/types/StructLayout.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/java/com/jogamp/gluegen/runtime/types/StructLayout.java b/src/java/com/jogamp/gluegen/runtime/types/StructLayout.java index 95b7585..e4a95d4 100644 --- a/src/java/com/jogamp/gluegen/runtime/types/StructLayout.java +++ b/src/java/com/jogamp/gluegen/runtime/types/StructLayout.java @@ -57,8 +57,6 @@ public class StructLayout { public void layout(CompoundType t) { /** * - 1) align offset for the new data type, - * using the new data type alignment. - * Offsets are always upfront. * - 2) add the aligned size of the new data type * - 3) add trailing padding (largest element size) */ |