mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
remove old api calls
This commit is contained in:
parent
72f6c6d580
commit
4388d5d7f8
@ -112,18 +112,6 @@ ProgramBase() {
|
|||||||
"Display this help page.",
|
"Display this help page.",
|
||||||
&ProgramBase::handle_help_option, NULL, (void *)this);
|
&ProgramBase::handle_help_option, NULL, (void *)this);
|
||||||
|
|
||||||
// Should we report DConfig's debugging information?
|
|
||||||
if (dconfig_cat.is_debug()) {
|
|
||||||
dconfig_cat.debug()
|
|
||||||
<< "DConfig took " << Config::get_total_time_config_init()
|
|
||||||
<< " CPU seconds initializing, and "
|
|
||||||
<< Config::get_total_time_external_init()
|
|
||||||
<< " CPU seconds calling external initialization routines.\n";
|
|
||||||
dconfig_cat.debug()
|
|
||||||
<< "ConfigTable::GetSym() was called "
|
|
||||||
<< Config::get_total_num_get() << " times.\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
// It's nice to start with a blank line.
|
// It's nice to start with a blank line.
|
||||||
nout << "\r";
|
nout << "\r";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user