remove toggleToolbar and getToolbar state

These are not necessary with the new toolbars
This commit is contained in:
Doug Bell 2011-04-14 15:22:31 -05:00
parent f5ebb6e916
commit 9d6fa33e16
3 changed files with 0 additions and 34 deletions

View file

@ -77,7 +77,6 @@ sub process {
}
}
elsif ($asset->canView) {
$asset->toggleToolbar;
$asset->prepareView;
my $output = $asset->view;
$perfLog->({ asset => $asset, time => Time::HiRes::tv_interval($t), type => 'Proxy'})

View file

@ -51,7 +51,6 @@ sub process {
return $i18n->get('childless');
}
elsif ($randomAsset->canView) {
$randomAsset->toggleToolbar;
$randomAsset->prepareView;
return $randomAsset->view;
}