From a44e372fa5629b4e8b4d2ef784abc872bd4bc94f Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Sat, 16 Oct 2004 00:32:48 +0000 Subject: [PATCH] formatting --- dtool/src/dtoolutil/filename.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/dtool/src/dtoolutil/filename.cxx b/dtool/src/dtoolutil/filename.cxx index 0a9a15a00f..d6db0f7dcb 100644 --- a/dtool/src/dtoolutil/filename.cxx +++ b/dtool/src/dtoolutil/filename.cxx @@ -1022,12 +1022,10 @@ resolve_filename(const DSearchPath &searchpath, found = searchpath.find_file(try_ext.get_fullpath()); } } - } else { if (exists()) { // The full pathname exists. Return true. return true; - } else { // The full pathname doesn't exist with the given extension; // does it exist with the default extension?