Browse Source

Remove unneeded wstring code in pfLocalizationMgr.

Darryl Pogue 12 years ago
parent
commit
690490afa6
  1. 4
      Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizationDataMgr.h

4
Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizationDataMgr.h

@ -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:

Loading…
Cancel
Save