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

@@ -79,11 +79,6 @@ class File_oembed extends Managed_DataObject
);
}
function sequenceKey()
{
return array(false, false, false);
}
function _getOembed($url) {
$parameters = array(
'maxwidth' => common_config('attachments', 'thumb_width'),