Skip to content

Commit

Permalink
fix: removed redundant commenting on transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Feb 27, 2021
1 parent 94879d6 commit 29a40aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cv/robjutil.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef lint
static const char RCSid[] = "$Id: robjutil.c,v 2.2 2020/04/02 20:44:15 greg Exp $";
static const char RCSid[] = "$Id: robjutil.c,v 2.3 2021/02/27 00:15:55 greg Exp $";
#endif
/*
* Utility program for fixing up Wavefront .OBJ files.
Expand Down Expand Up @@ -194,8 +194,6 @@ main(int argc, char *argv[])
fprintf(stderr, "%s: transform error\n", argv[0]);
exit(1);
}
sprintf(cbuf, "Applied transform: %s", xfm);
addComment(myScene, cbuf);
}
if (verbose)
fputs("Writing out scene...\n", stderr);
Expand Down

0 comments on commit 29a40aa

Please sign in to comment.