Skip to content

Commit

Permalink
Merge pull request #1528 from PDAL/remove-derivative-writer
Browse files Browse the repository at this point in the history
Close #1527
  • Loading branch information
chambbj committed Mar 15, 2017
2 parents be87570 + 84e14de commit 45c851a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 382 deletions.
81 changes: 0 additions & 81 deletions doc/stages/writers.derivative.rst

This file was deleted.

188 changes: 0 additions & 188 deletions io/DerivativeWriter.cpp

This file was deleted.

111 changes: 0 additions & 111 deletions io/DerivativeWriter.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions pdal/StageFactory.cpp
Expand Up @@ -95,7 +95,6 @@
#include <io/LasWriter.hpp>
#include <io/PlyWriter.hpp>
#include <io/SbetWriter.hpp>
#include <io/DerivativeWriter.hpp>
#include <io/TextWriter.hpp>
#include <io/NullWriter.hpp>

Expand Down Expand Up @@ -293,7 +292,6 @@ StageFactory::StageFactory(bool no_plugins)

// writers
PluginManager::initializePlugin(BpfWriter_InitPlugin);
PluginManager::initializePlugin(DerivativeWriter_InitPlugin);
PluginManager::initializePlugin(GDALWriter_InitPlugin);
PluginManager::initializePlugin(LasWriter_InitPlugin);
PluginManager::initializePlugin(PlyWriter_InitPlugin);
Expand Down

0 comments on commit 45c851a

Please sign in to comment.