File tree Expand file tree Collapse file tree 6 files changed +1
-21
lines changed
src/main/java/com/badlogic/gdx/box2d Expand file tree Collapse file tree 6 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 5
5
import com .badlogic .gdx .jnigen .runtime .mem .BufferPtr ;
6
6
import com .badlogic .gdx .jnigen .runtime .closure .PointingPoolManager ;
7
7
import com .badlogic .gdx .box2d .structs .b2DebugDraw .DrawPolygonFcn ;
8
- import com .badlogic .gdx .jnigen .runtime .ffi .ClosureEncoder ;
8
+ import com .badlogic .gdx .jnigen .runtime .closure .ClosureEncoder ;
9
9
import com .badlogic .gdx .jnigen .runtime .closure .CClosureObject ;
10
10
import com .badlogic .gdx .box2d .structs .b2Vec2 ;
11
11
import com .badlogic .gdx .box2d .enums .b2HexColor ;
Original file line number Diff line number Diff line change @@ -89,9 +89,5 @@ public b2BodyType getEnumValue(int index) {
89
89
public void setEnumValue (b2BodyType value , int index ) {
90
90
getBufPtr ().setUInt (index * __size , value .getIndex ());
91
91
}
92
-
93
- public int getSize () {
94
- return __size ;
95
- }
96
92
}
97
93
}
Original file line number Diff line number Diff line change @@ -495,9 +495,5 @@ public b2HexColor getEnumValue(int index) {
495
495
public void setEnumValue (b2HexColor value , int index ) {
496
496
getBufPtr ().setUInt (index * __size , value .getIndex ());
497
497
}
498
-
499
- public int getSize () {
500
- return __size ;
501
- }
502
498
}
503
499
}
Original file line number Diff line number Diff line change @@ -91,9 +91,5 @@ public b2JointType getEnumValue(int index) {
91
91
public void setEnumValue (b2JointType value , int index ) {
92
92
getBufPtr ().setUInt (index * __size , value .getIndex ());
93
93
}
94
-
95
- public int getSize () {
96
- return __size ;
97
- }
98
94
}
99
95
}
Original file line number Diff line number Diff line change @@ -100,9 +100,5 @@ public b2ShapeType getEnumValue(int index) {
100
100
public void setEnumValue (b2ShapeType value , int index ) {
101
101
getBufPtr ().setUInt (index * __size , value .getIndex ());
102
102
}
103
-
104
- public int getSize () {
105
- return __size ;
106
- }
107
103
}
108
104
}
Original file line number Diff line number Diff line change @@ -74,9 +74,5 @@ public b2TOIState getEnumValue(int index) {
74
74
public void setEnumValue (b2TOIState value , int index ) {
75
75
getBufPtr ().setUInt (index * __size , value .getIndex ());
76
76
}
77
-
78
- public int getSize () {
79
- return __size ;
80
- }
81
77
}
82
78
}
You can’t perform that action at this time.
0 commit comments