aboutsummaryrefslogtreecommitdiff
path: root/src/qmmp/decoderfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmp/decoderfactory.h')
-rw-r--r--src/qmmp/decoderfactory.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/qmmp/decoderfactory.h b/src/qmmp/decoderfactory.h
index f2578822a..eef76219c 100644
--- a/src/qmmp/decoderfactory.h
+++ b/src/qmmp/decoderfactory.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2015 by Ilya Kotov *
+ * Copyright (C) 2006-2016 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -74,10 +74,6 @@ public:
*/
virtual ~DecoderFactory() {}
/*!
- * Returns \b true if plugin supports \b source, otherwise returns \b false
- */
- virtual bool supports(const QString &source) const = 0;
- /*!
* Returns \b true if plugin can decode data provided by \b d, otherwise returns \b false
*/
virtual bool canDecode(QIODevice *d) const = 0;