diff options
Diffstat (limited to 'core/java/android/view/Window.java')
-rw-r--r-- | core/java/android/view/Window.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/java/android/view/Window.java b/core/java/android/view/Window.java index ed02456..b077b56 100644 --- a/core/java/android/view/Window.java +++ b/core/java/android/view/Window.java @@ -56,11 +56,6 @@ public abstract class Window { public static final int FEATURE_CONTEXT_MENU = 6; /** Flag for custom title. You cannot combine this feature with other title features. */ public static final int FEATURE_CUSTOM_TITLE = 7; - /** Flag for asking for an OpenGL enabled window. - All 2D graphics will be handled by OpenGL ES. - @hide - */ - public static final int FEATURE_OPENGL = 8; /** * Flag for enabling the Action Bar. * This is enabled by default for some devices. The Action Bar |