summaryrefslogtreecommitdiff
path: root/muse/plugins
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2007-04-18 12:49:46 +0000
committerWerner Schweer <ws.seh.de>2007-04-18 12:49:46 +0000
commitfcb2de2b7433e31faa3fde0afec7f3fe6aa39e79 (patch)
tree5e23b733946c8e15fa1d753831c62c6e8c05b15c /muse/plugins
parent631e105e3453c87cb6a87a264879f7fe8cb909c6 (diff)
updates
Diffstat (limited to 'muse/plugins')
-rw-r--r--muse/plugins/freeverb/allpass.h3
-rw-r--r--muse/plugins/freeverb/comb.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/muse/plugins/freeverb/allpass.h b/muse/plugins/freeverb/allpass.h
index 4eb1c1a0..2f27691e 100644
--- a/muse/plugins/freeverb/allpass.h
+++ b/muse/plugins/freeverb/allpass.h
@@ -44,7 +44,4 @@ class allpass
};
-// Big to inline - but crucial for speed
-
-
#endif//_allpass
diff --git a/muse/plugins/freeverb/comb.h b/muse/plugins/freeverb/comb.h
index d2e0f871..22f5591b 100644
--- a/muse/plugins/freeverb/comb.h
+++ b/muse/plugins/freeverb/comb.h
@@ -58,9 +58,6 @@ public:
};
-// Big to inline - but crucial for speed
-
-
#endif //_comb_
//ends