[cig-commits] [commit] master: Remove unused #defines (842ebb9)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Oct 8 17:05:15 PDT 2014


Repository : https://github.com/geodynamics/vc

On branch  : master
Link       : https://github.com/geodynamics/vc/compare/23464fca3efa2b6ad7ee0ce8f60c225b18b49741...e4325192ad1118379f46ba66899cb98143d09e04

>---------------------------------------------------------------

commit 842ebb969fac2ede2ac04d2e93097300991e8e88
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Mon Sep 22 17:58:13 2014 -0700

    Remove unused #defines


>---------------------------------------------------------------

842ebb969fac2ede2ac04d2e93097300991e8e88
 quakelib/src/QuakeLibIO.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/quakelib/src/QuakeLibIO.h b/quakelib/src/QuakeLibIO.h
index 387be0c..c35f368 100644
--- a/quakelib/src/QuakeLibIO.h
+++ b/quakelib/src/QuakeLibIO.h
@@ -40,10 +40,6 @@ namespace quakelib {
     static const UIndex INVALID_INDEX = std::numeric_limits<unsigned int>::max();
     static const unsigned int NAME_MAX_LEN = 256;
 
-    // Block info related definitions
-#define VERTICES_TABLE_HDF5             "vertices"
-#define ELEMENTS_TABLE_HDF5             "elements"
-
     class ModelIO {
         private:
             std::string         _comment;



More information about the CIG-COMMITS mailing list