Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 21, 2016
1 parent df1ed0b commit c424513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doomsday/apps/client/src/dd_main.cpp
Expand Up @@ -319,9 +319,9 @@ static void registerResourceFileTypes()
/// @todo ftype leaks. -jk
}

#if 0
static void createPackagesScheme()
{
#if 0
FS1::Scheme &scheme = App_FileSystem().createScheme("Packages");

//
Expand Down Expand Up @@ -409,8 +409,8 @@ static void createPackagesScheme()

scheme.addSearchPath(SearchPath(de::Uri("$(App.DataPath)/", RC_NULL), SearchPath::NoDescend));
scheme.addSearchPath(SearchPath(de::Uri("$(App.DataPath)/$(GamePlugin.Name)/", RC_NULL), SearchPath::NoDescend));
#endif
}
#endif

void DD_CreateFileSystemSchemes()
{
Expand Down Expand Up @@ -456,7 +456,7 @@ void DD_CreateFileSystemSchemes()
}
};

createPackagesScheme();
//createPackagesScheme();

// Setup the rest...
for (schemedef_s const &def : defs)
Expand Down

0 comments on commit c424513

Please sign in to comment.