aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/gme/decodergmefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/gme/decodergmefactory.cpp')
-rw-r--r--src/plugins/Input/gme/decodergmefactory.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/Input/gme/decodergmefactory.cpp b/src/plugins/Input/gme/decodergmefactory.cpp
index b33a70c21..6f28f9506 100644
--- a/src/plugins/Input/gme/decodergmefactory.cpp
+++ b/src/plugins/Input/gme/decodergmefactory.cpp
@@ -29,17 +29,6 @@
// DecoderGmeFactory
-bool DecoderGmeFactory::supports(const QString &source) const
-{
- foreach(QString filter, properties().filters)
- {
- QRegExp regexp(filter, Qt::CaseInsensitive, QRegExp::Wildcard);
- if (regexp.exactMatch(source))
- return true;
- }
- return false;
-}
-
bool DecoderGmeFactory::canDecode(QIODevice *) const
{
return false;