From 196a742086cc6797bfeff8f3bbcd8432dc93ff82 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 17 Aug 2015 08:33:44 -0400 Subject: [PATCH] remove unused import, note changes --- core/src/processing/opengl/PJOGL.java | 1 - core/todo.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/processing/opengl/PJOGL.java b/core/src/processing/opengl/PJOGL.java index 73512ca55..272991770 100644 --- a/core/src/processing/opengl/PJOGL.java +++ b/core/src/processing/opengl/PJOGL.java @@ -54,7 +54,6 @@ import com.jogamp.opengl.glu.GLUtessellator; import com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter; import processing.core.PApplet; -import processing.core.PConstants; import processing.core.PGraphics; import processing.opengl.PGL; import processing.opengl.PGraphicsOpenGL; diff --git a/core/todo.txt b/core/todo.txt index 12b03ac96..416ca0641 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -37,6 +37,8 @@ X https://github.com/processing/processing/pull/3604 X https://github.com/processing/processing/pull/3605 X https://github.com/processing/processing/pull/3606 X https://github.com/processing/processing/pull/3628 +X Improve OpenGL extensions checks +X https://github.com/processing/processing/pull/3646 opengl X filter(PShader) broken in HDPI mode