Skip to content

Commit 53c9c66

Browse files
committed
remove duplicate code
1 parent 86cc48a commit 53c9c66

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/processing/opengl/PShader.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,16 +1757,10 @@ protected void loadAttributes() {
17571757
colorLoc = getAttributeLoc("color");
17581758
texCoordLoc = getAttributeLoc("texCoord");
17591759
normalLoc = getAttributeLoc("normal");
1760-
17611760
ambientLoc = getAttributeLoc("ambient");
17621761
specularLoc = getAttributeLoc("specular");
17631762
emissiveLoc = getAttributeLoc("emissive");
17641763
shininessLoc = getAttributeLoc("shininess");
1765-
1766-
directionLoc = getAttributeLoc("direction");
1767-
1768-
offsetLoc = getAttributeLoc("offset");
1769-
17701764
directionLoc = getAttributeLoc("direction");
17711765
offsetLoc = getAttributeLoc("offset");
17721766

0 commit comments

Comments
 (0)