Skip to content

Commit

Permalink
remove old method
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudshift committed Mar 13, 2012
1 parent e798b2b commit b2b2430
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloudshift/Channel.hx
Expand Up @@ -134,10 +134,6 @@ class Channel {
return pkt.s; return pkt.s;
} }


public static function oldmeta(pkt:Pkt<Dynamic>) {
return pkt.m;
}

public static function meta(pkt:Pkt<Dynamic>):Dynamic { public static function meta(pkt:Pkt<Dynamic>):Dynamic {
return pkt.m.um; return pkt.m.um;
} }
Expand Down

0 comments on commit b2b2430

Please sign in to comment.