Skip to content

Commit

Permalink
Item8805: Remove unused commonTagsHandler
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/LocalTimePlugin@7002 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
BryanThale authored and BryanThale committed Mar 31, 2010
1 parent 023adf0 commit c5de9d3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/Foswiki/Plugins/LocalTimePlugin.pm
Expand Up @@ -66,18 +66,6 @@ sub initPlugin {
return 1;
}

# =========================
sub commonTagsHandler {
### my ( $text, $topic, $web ) = @_; # do not uncomment, use $_[0], $_[1]... instead

Foswiki::Func::writeDebug(
"- ${pluginName}::commonTagsHandler( $_[2].$_[1] )")
if $debug;

# $_[0] =~ s/%LOCALTIME%/&handleLocalTime($timezone)/geo;
# $_[0] =~ s/%LOCALTIME{(.*?)}%/&handleLocalTime($1)/geo;
}

# =========================

sub handleLocalTime {
Expand Down

0 comments on commit c5de9d3

Please sign in to comment.