mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
remove old code
This commit is contained in:
parent
5b17fbd0d9
commit
6124f56514
@ -207,14 +207,6 @@ handle_args(ProgramBase::Args &args) {
|
|||||||
DSearchPath file_path;
|
DSearchPath file_path;
|
||||||
file_path.append_directory(filename.get_dirname());
|
file_path.append_directory(filename.get_dirname());
|
||||||
|
|
||||||
// We always resolve filenames first based on the source egg
|
|
||||||
// filename, since egg files almost always store relative paths.
|
|
||||||
// This is a temporary kludge around integrating the path_replace
|
|
||||||
// system with the EggData better.
|
|
||||||
//
|
|
||||||
// Update: I believe this kludge is obsolete. Commenting out. - Josh.
|
|
||||||
// file_data.resolve_filenames(file_path);
|
|
||||||
|
|
||||||
if (_force_complete) {
|
if (_force_complete) {
|
||||||
if (!file_data.load_externals()) {
|
if (!file_data.load_externals()) {
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user