[Liblas-commits] hg: clean up dead code

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Aug 10 16:38:50 EDT 2010


changeset a25e38321440 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=a25e38321440
summary: clean up dead code

diffstat:

 include/liblas/lasbounds.hpp |  20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diffs (33 lines):

diff -r fa6361579ee4 -r a25e38321440 include/liblas/lasbounds.hpp
--- a/include/liblas/lasbounds.hpp	Tue Aug 10 15:30:54 2010 -0500
+++ b/include/liblas/lasbounds.hpp	Tue Aug 10 15:38:45 2010 -0500
@@ -68,29 +68,9 @@
     typedef typename std::vector<T> Vector;
     typedef typename std::vector<T>::size_type size_type;
         
-    // Bounds<T>();
-    // Bounds(T minx, T miny, T maxx, T maxy, T minz, T maxz);
-    // Bounds(T minx, T miny, T maxx, T maxy);
-    // Bounds(const Point& min, const Point& max);
-    // // Bounds( Vector const& low, Vector const& high);
-    // Bounds(Bounds<T> const& other);
-    // Bounds& operator=(Bounds const& rhs);
-    
-    // T min(std::size_t const& index) const;
-    // void min(std::size_t const& index, T v);
-    // T max(std::size_t const& index) const;
-    // void max(std::size_t const& index, T v);
-    
-    // bool equal(Bounds<T> const& other) const;
-    // bool intersects(Bounds<T> const& other) const;
-    // size_type dimension() const;
-    // void dimension(size_type d);
-        
 private:
     Vector mins;
     Vector maxs;
-    
-    // void verify();
 
 public:
 


More information about the Liblas-commits mailing list