MINOR Removed unused DatabaseAdmin->makeURL()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64414 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-10-16 12:02:57 +00:00
parent b46250b9dc
commit 639dee8926

View File

@ -274,12 +274,6 @@ class DatabaseAdmin extends Controller {
}
}
/**
* This method does nothing at the moment...
*/
function makeURL() {}
}
?>
?>