[cig-commits] [commit] master: Removed unused functions (59fc8ed)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Oct 8 17:06:13 PDT 2014


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

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

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

commit 59fc8edccf5c4adbfcebe70d6ea2a3563ee981b3
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Thu Sep 25 14:45:43 2014 -0700

    Removed unused functions


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

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

diff --git a/quakelib/src/QuakeLibIO.h b/quakelib/src/QuakeLibIO.h
index a72a2fa..c94e9cd 100644
--- a/quakelib/src/QuakeLibIO.h
+++ b/quakelib/src/QuakeLibIO.h
@@ -165,8 +165,6 @@ namespace quakelib {
             static void get_field_descs(std::vector<FieldDesc> &descs);
 
             void apply_remap(const ModelRemapping &remap);
-            // Recalculate the Cartesian location of this vertex based on the new base coordinate
-            //void change_base(const LatLonDepth &new_base) { Conversion c(new_base); set_xyz(c.convert2xyz(lld())); };
 
             void read_data(const VertexData &in_data);
             void write_data(VertexData &out_data) const;
@@ -433,7 +431,6 @@ namespace quakelib {
 
                 return *this;
             };
-            //fiterator &operator++(int) { fiterator tmp(*this); ++(*this); return tmp; };
             ModelSection &operator*(void) {
                 return _it->second;
             };
@@ -482,7 +479,6 @@ namespace quakelib {
 
                 return *this;
             };
-            //eiterator &operator++(int) { eiterator tmp(*this); ++(*this); return tmp; };
             ModelElement &operator*(void) {
                 return _it->second;
             };



More information about the CIG-COMMITS mailing list