Page manager ctools plugin code no longer necessary.

This commit is contained in:
Michael Stenta 2014-09-18 10:01:37 -04:00
parent fc1aa71ee2
commit 9d860c4e88
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ function farm_log_ctools_plugin_api() {
return array("version" => "1");
}
list($module, $api) = func_get_args();
if ($module == "page_manager" && $api == "pages_default") {
return array("version" => "1");
}
list($module, $api) = func_get_args();
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}