Skip to content

Commit

Permalink
Fixed: Warning about static function declared but not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 25, 2012
1 parent e8ee20d commit 770cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/bspbuilder/superblockmap.cpp
Expand Up @@ -37,7 +37,7 @@ void SuperBlock::clear()
KdTreeNode_SetUserData(tree, NULL);
}

static int deleteSuperBlockIterator(SuperBlock* block, void* /*parameters*/);
//static int deleteSuperBlockIterator(SuperBlock* block, void* /*parameters*/);

static void initAABoxFromHEdgeVertexes(AABoxf* aaBox, const bsp_hedge_t* hedge)
{
Expand Down

0 comments on commit 770cb76

Please sign in to comment.