Revision: 55577
          http://sourceforge.net/p/brlcad/code/55577
Author:   brlcad
Date:     2013-05-29 15:42:34 +0000 (Wed, 29 May 2013)
Log Message:
-----------
historic comments about the prior state of code are not necessary.

Modified Paths:
--------------
    brlcad/trunk/src/util/bw-ps.c
    brlcad/trunk/src/util/rle_args.c

Modified: brlcad/trunk/src/util/bw-ps.c
===================================================================
--- brlcad/trunk/src/util/bw-ps.c       2013-05-29 14:10:19 UTC (rev 55576)
+++ brlcad/trunk/src/util/bw-ps.c       2013-05-29 15:42:34 UTC (rev 55577)
@@ -76,8 +76,6 @@
            case 'L':
                landscape = 1;
                break;
-/* -h was removed; in its place use -s 1024
- */
            case 's':
                /* square file size */
                height = width = atoi(bu_optarg);

Modified: brlcad/trunk/src/util/rle_args.c
===================================================================
--- brlcad/trunk/src/util/rle_args.c    2013-05-29 14:10:19 UTC (rev 55576)
+++ brlcad/trunk/src/util/rle_args.c    2013-05-29 15:42:34 UTC (rev 55577)
@@ -31,8 +31,6 @@
 
     while ((c = bu_getopt(argc, argv, "s:w:n:C:h?")) != -1) {
        switch (c) {
-/* 'h' was removed, because 's 1024' can be used in its place.
- */
            case 's':
                /* square file size */
                *file_height = *file_width = atoi(bu_optarg);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to