[raknet] Remove RPCMap::AddIdentifierAtIndex(...)

This commit is contained in:
RD42
2024-08-19 21:42:18 +08:00
parent 12ac4bf95b
commit 5c8db97f0d
2 changed files with 0 additions and 48 deletions

View File

@ -38,8 +38,6 @@ public:
RPCNode *GetNodeFromFunctionName(char *uniqueIdentifier);
RPCIndex GetIndexFromFunctionName(char *uniqueIdentifier);
void AddIdentifierWithFunction(char *uniqueIdentifier, void *functionPointer, bool isPointerToMember);
void AddIdentifierAtIndex(char *uniqueIdentifier, RPCIndex insertionIndex);
protected:
DataStructures::List<RPCNode *> rpcSet;
};