mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-26 11:12:51 -04:00
hopefully this fixes some more...
This commit is contained in:
@@ -84,7 +84,6 @@ CellObject::~CellObject()
|
||||
Controller * CellObject::createDefaultController()
|
||||
{
|
||||
Controller *controller = new CellController(this);
|
||||
NOT_NULL(controller);
|
||||
setController(controller);
|
||||
return controller;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user