GLConstants removed

This commit is contained in:
codeanticode
2010-04-08 07:26:12 +00:00
parent f6706b067b
commit d05ccb9e39
2 changed files with 1 additions and 29 deletions
@@ -1,28 +0,0 @@
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
Part of the Processing project - http://processing.org
Copyright (c) 2010 Ben Fry and Casey Reas
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1 as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
*/
package processing.core;
public interface GLConstants {
}
@@ -38,7 +38,7 @@ import java.nio.*;
*
*/
@SuppressWarnings("unused")
public class GLTexture implements PConstants, GLConstants {
public class GLTexture implements PConstants {
public int width, height;
protected PApplet parent;