summaryrefslogtreecommitdiffstats
path: root/src/engine/ProcessSlave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ProcessSlave.cpp')
-rw-r--r--src/engine/ProcessSlave.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/ProcessSlave.cpp b/src/engine/ProcessSlave.cpp
index a02d1140..17744696 100644
--- a/src/engine/ProcessSlave.cpp
+++ b/src/engine/ProcessSlave.cpp
@@ -23,10 +23,8 @@ using namespace std;
namespace Ingen {
-
uint32_t ProcessSlave::_next_id = 0;
-
void
ProcessSlave::_whipped()
{
@@ -70,5 +68,4 @@ ProcessSlave::_whipped()
_state = STATE_FINISHED;
}
-
} // namespace Ingen