Remove some unused typedefs
This commit is contained in:
parent
e735faf755
commit
bab5794f76
@ -28,8 +28,6 @@ class cRedstoneSimulatorChunkData;
|
|||||||
|
|
||||||
struct SetChunkData;
|
struct SetChunkData;
|
||||||
|
|
||||||
typedef std::list<cClientHandle *> cClientHandleList;
|
|
||||||
|
|
||||||
// A convenience macro for calling GetChunkAndRelByAbsolute.
|
// A convenience macro for calling GetChunkAndRelByAbsolute.
|
||||||
#define PREPARE_REL_AND_CHUNK(Position, OriginalChunk) cChunk * Chunk; Vector3i Rel; bool RelSuccess = (OriginalChunk).GetChunkAndRelByAbsolute(Position, &Chunk, Rel)
|
#define PREPARE_REL_AND_CHUNK(Position, OriginalChunk) cChunk * Chunk; Vector3i Rel; bool RelSuccess = (OriginalChunk).GetChunkAndRelByAbsolute(Position, &Chunk, Rel)
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ class cDeadlockDetect;
|
|||||||
|
|
||||||
struct SetChunkData;
|
struct SetChunkData;
|
||||||
|
|
||||||
typedef std::list<cClientHandle *> cClientHandleList;
|
|
||||||
using cChunkCallback = cFunctionRef<bool(cChunk &)>;
|
using cChunkCallback = cFunctionRef<bool(cChunk &)>;
|
||||||
using cEntityCallback = cFunctionRef<bool(cEntity &)>;
|
using cEntityCallback = cFunctionRef<bool(cEntity &)>;
|
||||||
using cBlockEntityCallback = cFunctionRef<bool(cBlockEntity &)>;
|
using cBlockEntityCallback = cFunctionRef<bool(cBlockEntity &)>;
|
||||||
|
@ -28,12 +28,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef std::list< cClientHandle* > ClientList;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// cServerListenCallbacks:
|
// cServerListenCallbacks:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user