Skip to content

Commit

Permalink
remove more python cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 3, 2020
1 parent 50d908e commit 577983a
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions plugins/matlab/filters/Environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,43 +76,6 @@ Environment::~Environment()
}


//
// int Environment::getPythonDataType(Dimension::Type t)
// {
// using namespace Dimension;
//
// switch (t)
// {
// case Type::Float:
// return NPY_FLOAT;
// case Type::Double:
// return NPY_DOUBLE;
// case Type::Signed8:
// return NPY_BYTE;
// case Type::Signed16:
// return NPY_SHORT;
// case Type::Signed32:
// return NPY_INT;
// case Type::Signed64:
// return NPY_LONGLONG;
// case Type::Unsigned8:
// return NPY_UBYTE;
// case Type::Unsigned16:
// return NPY_USHORT;
// case Type::Unsigned32:
// return NPY_UINT;
// case Type::Unsigned64:
// return NPY_ULONGLONG;
// default:
// return -1;
// }
// assert(0);
//
// return -1;
// }
//


} // namespace mlang
} // namespace pdal

0 comments on commit 577983a

Please sign in to comment.