1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Remove unneeded wstring code in pfLocalizationMgr.

This commit is contained in:
Darryl Pogue
2013-01-20 12:51:07 -08:00
parent 2e14d70776
commit 690490afa6

View File

@ -51,7 +51,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "HeadSpin.h"
#include <map>
#include <string>
#include "pfLocalizedString.h"
#include "plFileSystem.h"
@ -64,9 +63,6 @@ struct LocElementInfo;
struct LocSetInfo;
struct LocAgeInfo;
// Temporary helper (until everything is plString-ized)
typedef std::vector<std::wstring> WStringVector;
class pfLocalizationDataMgr
{
private: