aboutsummaryrefslogtreecommitdiff
path: root/src/qmmp/outputfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmp/outputfactory.h')
-rw-r--r--src/qmmp/outputfactory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qmmp/outputfactory.h b/src/qmmp/outputfactory.h
index 5f01bfc31..d77aed8bd 100644
--- a/src/qmmp/outputfactory.h
+++ b/src/qmmp/outputfactory.h
@@ -71,7 +71,6 @@ public:
/*!
* Creates volume control object provided by plugin.
* Returns \b 0 if volume control is not supported by plugin.
- * @param parent Parent object.
*/
virtual Volume *createVolume() = 0;
/*!