X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f17e66aa4210a226669dd96e26295d6f58b94703..43116c58e5c56f94ef358a5a17fb13a252e02531:/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/NoMatchEvent.as diff --git a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/NoMatchEvent.as b/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/NoMatchEvent.as deleted file mode 100644 index 894d1ae2..00000000 --- a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/events/NoMatchEvent.as +++ /dev/null @@ -1,14 +0,0 @@ -package com.adobe.protocols.dict.events -{ - import flash.events.Event; - import com.adobe.protocols.dict.Dict; - - public class NoMatchEvent - extends Event - { - public function NoMatchEvent() - { - super(Dict.NO_MATCH); - } - } -} \ No newline at end of file