Skip to content

Commit c3dbc3b

Browse files
committed
remove generating gl_*_nc funcs
1 parent 4326e4f commit c3dbc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PDL/Graphics/OpenGLQ.pd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ sub RPOS { make_tri("glRasterPos3f",'$coords',@_) }
9595

9696
sub make_func {
9797
my ($name) = @_;
98-
for (['_col', ' colors(tri=3,n);', COLOR().VERTEX()], ['_nc', '', VERTEX()]) {
98+
for (['_col', ' colors(tri=3,n);', COLOR().VERTEX()]) {
9999
pp_def(lc($name).$_->[0],
100100
GenericTypes => $F,
101101
Pars => 'coords(tri=3,n);'.$_->[1],

0 commit comments

Comments
 (0)