remove unused erroneous type def
This commit is contained in:
parent
c7177e2ef4
commit
c362702e8b
1 changed files with 0 additions and 7 deletions
|
@ -56,13 +56,6 @@ using mapnik::parameters;
|
|||
|
||||
DATASOURCE_PLUGIN(csv_datasource)
|
||||
|
||||
|
||||
namespace {
|
||||
|
||||
using cvs_value = mapnik::util::variant<std::string, mapnik::value_integer, mapnik::value_double, mapnik::value_bool>;
|
||||
|
||||
}
|
||||
|
||||
csv_datasource::csv_datasource(parameters const& params)
|
||||
: datasource(params),
|
||||
desc_(csv_datasource::name(), *params.get<std::string>("encoding", "utf-8")),
|
||||
|
|
Loading…
Add table
Reference in a new issue