mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
remove unnecessary null checks
This commit is contained in:
@@ -238,7 +238,6 @@ PlanetObject::~PlanetObject()
|
||||
Controller* PlanetObject::createDefaultController(void)
|
||||
{
|
||||
Controller* controller = new PlanetController(this);
|
||||
NOT_NULL(controller);
|
||||
|
||||
setController(controller);
|
||||
return controller;
|
||||
|
||||
Reference in New Issue
Block a user