Core: Remove some silly pramga-section warnings

This commit is contained in:
click
2012-03-24 15:05:23 +01:00
parent cddf1dcf03
commit bdbc1312c3

View File

@@ -2481,9 +2481,6 @@ class Player : public Unit, public GridObject<Player>
void AddWhisperWhiteList(uint64 guid) { WhisperList.push_back(guid); }
bool IsInWhisperWhiteList(uint64 guid);
#pragma region Player Movement
/*! These methods send different packets to the client in apply and unapply case.
These methods are only sent to the current unit.
*/
@@ -2525,8 +2522,6 @@ class Player : public Unit, public GridObject<Player>
return modelData->CollisionHeight;
}
}
#pragma endregion Player Movement
protected:
// Gamemaster whisper whitelist