Remove sequenceKey() since we now use Managed_DataObject

This commit is contained in:
Evan Prodromou
2011-08-22 18:05:37 -04:00
parent 7c6399a51a
commit feb9030fb9
7 changed files with 0 additions and 49 deletions

View File

@@ -61,11 +61,6 @@ class Inbox extends Managed_DataObject
);
}
function sequenceKey()
{
return array(false, false, false);
}
/**
* Create a new inbox from existing Notice_inbox stuff
*/