Skip to content

Commit

Permalink
Remove unused code causing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Jun 16, 2018
1 parent 5c24b59 commit 6e36a35
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions RecastDemo/Source/Sample_TileMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,24 +224,6 @@ void Sample_TileMesh::cleanup()
m_dmesh = 0;
}


static const int NAVMESHSET_MAGIC = 'M'<<24 | 'S'<<16 | 'E'<<8 | 'T'; //'MSET';
static const int NAVMESHSET_VERSION = 1;

struct NavMeshSetHeader
{
int magic;
int version;
int numTiles;
dtNavMeshParams params;
};

struct NavMeshTileHeader
{
dtTileRef tileRef;
int dataSize;
};

void Sample_TileMesh::handleSettings()
{
Sample::handleCommonSettings();
Expand Down

0 comments on commit 6e36a35

Please sign in to comment.