Revision: 56419
          http://sourceforge.net/p/brlcad/code/56419
Author:   mohitdaga
Date:     2013-08-01 14:53:28 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Remove Flags from 'icv_image' struct.

Modified Paths:
--------------
    brlcad/trunk/include/icv.h
    brlcad/trunk/src/libicv/fileformat.c

Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h  2013-08-01 14:25:22 UTC (rev 56418)
+++ brlcad/trunk/include/icv.h  2013-08-01 14:53:28 UTC (rev 56419)
@@ -96,7 +96,6 @@
     double *data;
     float gamma_corr;
     int width, height, channels, alpha_channel;
-    unsigned long flags;
 };
 
 typedef struct icv_image icv_image_t;
@@ -115,7 +114,6 @@
            (_i)->width = (_i)->height = (_i)->channels = (_i)->alpha_channel = 
0; \
            (_i)->gamma_corr = 0.0; \
            (_i)->data = NULL; \
-           (_i)->flags = 0; \
     }
 
 /**

Modified: brlcad/trunk/src/libicv/fileformat.c
===================================================================
--- brlcad/trunk/src/libicv/fileformat.c        2013-08-01 14:25:22 UTC (rev 
56418)
+++ brlcad/trunk/src/libicv/fileformat.c        2013-08-01 14:53:28 UTC (rev 
56419)
@@ -40,12 +40,6 @@
 #endif
 
 
-/*** bif flags ***/
-/* streaming output (like pix and bw) vs buffer output (like png) */
-#define BIF_STREAM 0x0
-#define BIF_BUFFER 0x1
-/*** end bif flags ***/
-
 /* this might be a little better than saying 0444 */
 #define WRMODE S_IRUSR|S_IRGRP|S_IROTH
 

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to