+ remove useless stuff from Init files

This commit is contained in:
wmayer
2015-01-13 16:19:19 +01:00
parent 7d0dc068e4
commit 477099bbfe
27 changed files with 8 additions and 360 deletions

View File

@@ -53,7 +53,7 @@
using Base::Console;
using App::Application;
const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2014\n"\
const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2015\n"\
" ##### #### ### #### \n" \
" # # # # # # \n" \
" # ## #### #### # # # # # \n" \
@@ -72,7 +72,7 @@ int main( int argc, char ** argv )
putenv("LC_ALL=C");
#else
setlocale(LC_NUMERIC, "C");
#endif
#endif
// Name and Version of the Application
App::Application::Config()["ExeName"] = "FreeCAD";