Skip to content

Commit

Permalink
Remove MultiFilter.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 19, 2017
1 parent 284af8a commit 05b7990
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion filters/MergeFilter.hpp
Expand Up @@ -43,7 +43,7 @@ extern "C" PF_ExitFunc MergeFilter_InitPlugin();
namespace pdal
{

class PDAL_DLL MergeFilter : public MultiFilter
class PDAL_DLL MergeFilter : public Filter
{
public:
MergeFilter ()
Expand Down
7 changes: 0 additions & 7 deletions pdal/Filter.hpp
Expand Up @@ -65,12 +65,5 @@ class PDAL_DLL Filter : public Stage
Filter(const Filter&); // not implemented
};

class PDAL_DLL MultiFilter : public Filter
{
public:
MultiFilter() : Filter()
{}
};

} // namespace pdal

0 comments on commit 05b7990

Please sign in to comment.