remove unnecessary null checks

This commit is contained in:
DarthArgus
2014-10-26 22:53:42 -07:00
parent eb2e7c78d8
commit 594b3a4254
56 changed files with 98 additions and 199 deletions
@@ -100,7 +100,6 @@ void ResourceContainerObject::removeDefaultTemplate(void)
Controller* ResourceContainerObject::createDefaultController(void)
{
Controller* _controller = new ResourceContainerController(this);
NOT_NULL(_controller);
setController(_controller);
return _controller;