summaryrefslogtreecommitdiffstats
path: root/src/engine/sidechain/enginesidechain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/sidechain/enginesidechain.cpp')
-rw-r--r--src/engine/sidechain/enginesidechain.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/engine/sidechain/enginesidechain.cpp b/src/engine/sidechain/enginesidechain.cpp
index fe9c562641..1805c880b6 100644
--- a/src/engine/sidechain/enginesidechain.cpp
+++ b/src/engine/sidechain/enginesidechain.cpp
@@ -1,19 +1,3 @@
-/***************************************************************************
- enginesidechain.cpp
- -------------------
- copyright : (C) 2008 Albert Santoni
- email : gamegod \a\t users.sf.net
-***************************************************************************/
-
-/***************************************************************************
-* *
-* This program is free software; you can redistribute it and/or modify *
-* it under the terms of the GNU General Public License as published by *
-* the Free Software Foundation; either version 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
// This class provides a way to do audio processing that does not need
// to be executed in real-time. For example, broadcast encoding
// and recording encoding can be done here. This class uses double-buffering