[Liblas-commits] r1268 - trunk/include/liblas

liblas-commits at liblas.org liblas-commits at liblas.org
Sat May 16 23:39:59 EDT 2009


Author: hobu
Date: Sat May 16 23:39:58 2009
New Revision: 1268
URL: http://liblas.org/changeset/1268

Log:
remove last remnants of the indexing junk from LASReader

Modified:
   trunk/include/liblas/lasreader.hpp

Modified: trunk/include/liblas/lasreader.hpp
==============================================================================
--- trunk/include/liblas/lasreader.hpp	(original)
+++ trunk/include/liblas/lasreader.hpp	Sat May 16 23:39:58 2009
@@ -84,9 +84,6 @@
 
     /// The operator is not const because it updates file stream position.
     LASPoint const& operator[](std::size_t n);
-    
-    void Index(std::string& filename);
-    void Index();
 
 private:
 


More information about the Liblas-commits mailing list