diff --git a/demo/c++/rundemo.cpp b/demo/c++/rundemo.cpp index 1d57495d0..839ab154f 100644 --- a/demo/c++/rundemo.cpp +++ b/demo/c++/rundemo.cpp @@ -34,7 +34,6 @@ #include #include #include -#include #if defined(HAVE_CAIRO) #include @@ -313,11 +312,6 @@ int main ( int argc , char** argv) #endif } - catch ( const mapnik::config_error & ex ) - { - std::cerr << "### Configuration error: " << ex.what() << std::endl; - return EXIT_FAILURE; - } catch ( const std::exception & ex ) { std::cerr << "### std::exception: " << ex.what() << std::endl;