mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fully remove hsStlUtils, as it is now completely unused
This commit is contained in:
@ -43,7 +43,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStream.h"
|
||||
#include "plAgeDescription.h"
|
||||
|
||||
#include "hsStlUtils.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "plFile/plInitFileReader.h"
|
||||
#include "plFile/plEncryptedStream.h"
|
||||
@ -162,7 +161,7 @@ char *plAgePage::GetAsString( void ) const
|
||||
//
|
||||
|
||||
// static
|
||||
char plAgeDescription::kAgeDescPath[]={"dat"PATH_SEPARATOR_STR};
|
||||
char plAgeDescription::kAgeDescPath[] = { "dat" PATH_SEPARATOR_STR };
|
||||
const char* plAgeDescription::fCommonPages[] = { "Textures", "BuiltIn" };
|
||||
|
||||
// Also gotta init the separators for our helper reading function
|
||||
|
Reference in New Issue
Block a user