From 63c63852eb5753d7fbe1869c4302d05c96ae64e4 Mon Sep 17 00:00:00 2001 From: shish Date: Sun, 14 Dec 2008 21:12:06 +0000 Subject: [PATCH] gah patching git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.2@1141 7f39781d-f577-437e-ae19-be835c7a54ca --- core/event.class.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/event.class.php b/core/event.class.php index 7e070bb4..2715d6d5 100644 --- a/core/event.class.php +++ b/core/event.class.php @@ -5,13 +5,6 @@ */ class Event { var $vetoed = false, $veto_reason = null; - var $vetoed = false; - var $veto_reason; - - public function veto($reason="") { - $this->vetoed = true; - $this->veto_reason = $reason; - } public function veto($reason="") { $this->vetoed = true;