diff options
Diffstat (limited to 'src/plugins/Output/null/outputnull.cpp')
| -rw-r--r-- | src/plugins/Output/null/outputnull.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/Output/null/outputnull.cpp b/src/plugins/Output/null/outputnull.cpp index b70d65fe6..902573563 100644 --- a/src/plugins/Output/null/outputnull.cpp +++ b/src/plugins/Output/null/outputnull.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010-2014 by Ilya Kotov * + * Copyright (C) 2010-2020 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -23,9 +23,7 @@ OutputNull::OutputNull() : Output() -{ - m_bytes_per_second = 0; -} +{} OutputNull::~OutputNull() {} |
