mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
minor cleanups
This commit is contained in:
@@ -15,7 +15,6 @@ import javax.microedition.khronos.opengles.*;
|
||||
* By Andres Colubri
|
||||
*
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public class GLModel implements GLConstants, PConstants {
|
||||
protected PApplet parent;
|
||||
protected GL11 gl;
|
||||
|
||||
@@ -4394,9 +4394,9 @@ public class PGraphicsAndroid3D extends PGraphics {
|
||||
// }
|
||||
|
||||
|
||||
private final float clamp(float a) {
|
||||
return (a < 1) ? a : 1;
|
||||
}
|
||||
// private final float clamp(float a) {
|
||||
// return (a < 1) ? a : 1;
|
||||
// }
|
||||
|
||||
|
||||
private final float abs(float a) {
|
||||
|
||||
Reference in New Issue
Block a user