mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-02 02:15:58 -04:00
Removed unneeded typedefs
This commit is contained in:
@@ -43,7 +43,7 @@ protected:
|
||||
public:
|
||||
|
||||
protected:
|
||||
typedef struct CacheListEntry
|
||||
struct CacheListEntry
|
||||
{
|
||||
CrcLowerString key;
|
||||
void* value;
|
||||
@@ -51,7 +51,7 @@ protected:
|
||||
|
||||
typedef stdlist<CacheListEntry>::fwd RotaryList;
|
||||
|
||||
typedef struct CacheMapEntry
|
||||
struct CacheMapEntry
|
||||
{
|
||||
RotaryList::iterator iter;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user