Index: branches/unlabeled/unlabeled-1.11.2/kernel/units/general/cat_tag_processor.php =================================================================== diff -u -N -r5602 -r5609 --- branches/unlabeled/unlabeled-1.11.2/kernel/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 5602) +++ branches/unlabeled/unlabeled-1.11.2/kernel/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 5609) @@ -148,18 +148,6 @@ $review_tag_processor =& $this->Application->recallObject('rev.item_TagProcessor'); return $review_tag_processor->TotalRecords($params); } - - /** - * Allows to detect if this prefix has something in clipboard - * - * @param Array $params - * @return bool - */ - function PasteEnabled($params) - { - return $this->Application->RecallVar($this->getPrefixSpecial().'_clipboard') ? 1 : 0; - } - } ?> \ No newline at end of file