Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 30, 2014
1 parent 288ae84 commit 03c8154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/client/src/ui/finaleinterpreter.cpp
Expand Up @@ -407,10 +407,12 @@ static uint objectIndexInNamespace(fi_namespace_t* names, fi_object_t* obj)
return 0;
}

#if 0
static __inline dd_bool objectInNamespace(fi_namespace_t* names, fi_object_t* obj)
{
return objectIndexInNamespace(names, obj) != 0;
}
#endif

/**
* @note Does not check if the object already exists in this scope.
Expand Down

0 comments on commit 03c8154

Please sign in to comment.