Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2010-07-09 12:56:25 +0400
committerJoerg Mueller <nexyon@gmail.com>2010-07-09 12:56:25 +0400
commit5460994095345ff77da42868ccf8f3d90c1733f0 (patch)
treefb349ff9b88efc3e09e91de363f04aa4eb84deb3 /intern/audaspace/FX/AUD_PingPongFactory.h
parent3cef95cd93f69df8b3fdddecc8473079dba1c5c1 (diff)
Audaspace:
* Comment fix for PingPongFactory * Added 2 new factory types: Superpose and Double
Diffstat (limited to 'intern/audaspace/FX/AUD_PingPongFactory.h')
-rw-r--r--intern/audaspace/FX/AUD_PingPongFactory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/audaspace/FX/AUD_PingPongFactory.h b/intern/audaspace/FX/AUD_PingPongFactory.h
index b8854da550a..1bf5d5e2508 100644
--- a/intern/audaspace/FX/AUD_PingPongFactory.h
+++ b/intern/audaspace/FX/AUD_PingPongFactory.h
@@ -41,10 +41,6 @@ public:
*/
AUD_PingPongFactory(AUD_IFactory* factory = 0);
- /**
- * Destroys the factory.
- */
-
virtual AUD_IReader* createReader();
};