[Liblas-commits] hg-main-tree: dead code
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Aug 17 17:36:47 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/fd247f84127a
changeset: 1126:fd247f84127a
user: Michael P. Gerlek <mpg at flaxen.com>
date: Wed Aug 17 14:36:27 2011 -0700
description:
dead code
diffstat:
include/pdal/filters/Chipper.hpp | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diffs (21 lines):
diff -r 8682e1469871 -r fd247f84127a include/pdal/filters/Chipper.hpp
--- a/include/pdal/filters/Chipper.hpp Tue Aug 16 22:12:54 2011 -0700
+++ b/include/pdal/filters/Chipper.hpp Wed Aug 17 14:36:27 2011 -0700
@@ -155,17 +155,6 @@
SET_STAGE_NAME("filters.chipper", "Chipper")
Chipper(Stage& prevStage, const Options&);
- // Chipper(Stage& prevStage, boost::uint32_t max_partition_size)
- // : pdal::Filter(prevStage, Options::none())
- // , m_threshold(max_partition_size)
- // , m_xvec(chipper::DIR_X)
- // , m_yvec(chipper::DIR_Y)
- // , m_spare(chipper::DIR_NONE)
- // {
- // checkImpedance();
- // setPointCountType(PointCount_Fixed);
- // setNumPoints(0);
- // }
virtual void initialize();
virtual const Options getDefaultOptions() const;
More information about the Liblas-commits
mailing list