-#if wxUSE_FONTMAP
- // If we created a font mapper during the above call,
- // it will only be the base class, so delete it to allow
- // app traits to create mapper.
- delete (wxFontMapperBase*) wxFontMapperBase::Set(NULL);
-#endif
-
- return wxEntry(argc, gs_initData.argv);