API: Removed useless old functions

useless since all is to be done through the config variable
This commit is contained in:
colymba 2012-07-25 21:08:31 +03:00
parent 05d12695f6
commit 07f404abf7
1 changed files with 0 additions and 18 deletions

View File

@ -113,24 +113,6 @@ class GridFieldBulkImageUpload implements GridField_HTMLProvider, GridField_URLH
return false;
}
}
/**
*
* @param string $field
*/
function setRecordImageField($field)
{
$this->recordImageFieldName = $field;
}
/**
*
* @param array $fields
*/
function setRecordEditableFields($fields)
{
$this->recordEditableFields = $fields;
}
/**
*