[Liblas-commits] hg: OBE function -- use Header version instead

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Jan 11 11:56:46 EST 2011


details:   http://hg.liblas.orghg/rev/ceefaf235fb1
changeset: 2724:ceefaf235fb1
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Tue Jan 11 08:56:43 2011 -0800
description:
OBE function -- use Header version instead

diffstat:

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

diffs (14 lines):

diff -r 2dd81ebc17b3 -r ceefaf235fb1 include/liblas/reader.hpp
--- a/include/liblas/reader.hpp	Tue Jan 11 10:55:37 2011 -0600
+++ b/include/liblas/reader.hpp	Tue Jan 11 08:56:43 2011 -0800
@@ -91,10 +91,6 @@
     /// @exception nothrow
     Point const& GetPoint() const;
 
-    /// Provides read-only access to collection of variable-length records.
-    /// @exception nothrow
-    std::vector<VariableRecord> const& GetVLRs() const;
-
     /// Fetches next point record in file.
     /// @exception may throw std::exception
     bool ReadNextPoint();


More information about the Liblas-commits mailing list