aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/runtime
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-07-20 11:01:08 +0200
committerSven Gothel <[email protected]>2011-07-20 11:01:08 +0200
commit8e0d7f00c69d79bcdac4be508e5b5999b423e904 (patch)
treee229bf7fdb5ea80b024619a4796f16977e4a49a4 /src/java/com/jogamp/gluegen/runtime
parent4407a5ff17ec88cfdf9cea603c99ae939b50c15a (diff)
minor refinement
Diffstat (limited to 'src/java/com/jogamp/gluegen/runtime')
-rw-r--r--src/java/com/jogamp/gluegen/runtime/types/StructLayout.java2
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)
*/