revive on_plugin_load
This commit is contained in:
parent
085ed86f9e
commit
49edaec2cb
1 changed files with 0 additions and 2 deletions
|
@ -60,7 +60,6 @@ using mapnik::filter_in_box;
|
|||
using mapnik::filter_at_point;
|
||||
|
||||
static std::once_flag once_flag;
|
||||
#if 0
|
||||
extern "C" MAPNIK_EXP void on_plugin_load()
|
||||
{
|
||||
// initialize ogr formats
|
||||
|
@ -69,7 +68,6 @@ extern "C" MAPNIK_EXP void on_plugin_load()
|
|||
OGRRegisterAll();
|
||||
});
|
||||
}
|
||||
#endif
|
||||
|
||||
ogr_datasource::ogr_datasource(parameters const& params)
|
||||
: datasource(params),
|
||||
|
|
Loading…
Reference in a new issue