removed opengl multi-sampling constants

This commit is contained in:
codeanticode
2011-11-25 15:27:53 +00:00
parent ce6855d742
commit 090f4b372f

View File

@@ -531,9 +531,9 @@ public interface PConstants {
// hints - hint values are positive for the alternate version,
// negative of the same value returns to the normal/default state
static final int DISABLE_OPENGL_2X_SMOOTH = 1;
static final int ENABLE_OPENGL_2X_SMOOTH = -1;
static final int ENABLE_OPENGL_4X_SMOOTH = 2;
// static final int DISABLE_OPENGL_2X_SMOOTH = 1;
// static final int ENABLE_OPENGL_2X_SMOOTH = -1;
// static final int ENABLE_OPENGL_4X_SMOOTH = 2;
static final int ENABLE_NATIVE_FONTS = 3;
static final int DISABLE_NATIVE_FONTS = -3;