diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 22:24:39 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 22:24:39 -0700 |
| commit | c2ab0eeae00821ad4d32c1f976b710ccdf08f503 (patch) | |
| tree | e143f6adaf5da5c2a521b65c13c6e0fc158b5cac /rt/lib/RT/Condition.pm | |
| parent | 2279ca7ed94e69dd17cc8f67f8504b743127a38c (diff) | |
| parent | d0b51206d9d8ba21b820df6be0a342179fea68aa (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'rt/lib/RT/Condition.pm')
| -rwxr-xr-x | rt/lib/RT/Condition.pm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rt/lib/RT/Condition.pm b/rt/lib/RT/Condition.pm index bd495db76..69aaf8664 100755 --- a/rt/lib/RT/Condition.pm +++ b/rt/lib/RT/Condition.pm @@ -193,19 +193,6 @@ sub IsApplicable { return(undef); } -sub Options { - my $self = shift; - return(); -} - -sub Rules { - my $self = shift; - return () if !$self->ScripObj or !$self->ScripObj->ConditionRules; - # By default, option names and values are on consecutive lines. - # Override this if you need anything more interesting. - return(split "\n", $self->ScripObj->ConditionRules); -} - sub DESTROY { my $self = shift; |
