diff --git a/include/class.thread.php b/include/class.thread.php index 7b5b94418e7583e4f5657a6b3705202356ba7dbd..9f32b0f90521fd8682bbdc27350c589c75b2143f 100644 --- a/include/class.thread.php +++ b/include/class.thread.php @@ -2566,10 +2566,6 @@ abstract class ThreadEntryAction { abstract function trigger(); - function getTicket() { - return $this->entry->getObject(); - } - function isEnabled() { return $this->isVisible(); }