diff --git a/Source/MantisSourcePlugin.class.php b/Source/MantisSourcePlugin.class.php index d2d7634..d0d076e 100644 --- a/Source/MantisSourcePlugin.class.php +++ b/Source/MantisSourcePlugin.class.php @@ -109,9 +109,4 @@ function url_diff( $p_event, $p_repo, $p_changeset, $p_file ) { return $p_repo->url; } - - function commit( $p_event, $p_repo, $p_data ) { - return null; - } - }