changeset 23533:cdc8f1aeb2e2

Remove incorrect comment: pan defaults to block all, instead of pass-thru.
author zuxy
date Wed, 13 Jun 2007 09:29:51 +0000
parents a1eb547cf52e
children 09eb4ed0c130
files libaf/af_pan.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_pan.c	Wed Jun 13 09:28:49 2007 +0000
+++ b/libaf/af_pan.c	Wed Jun 13 09:29:51 2007 +0000
@@ -175,7 +175,6 @@
   af->setup=calloc(1,sizeof(af_pan_t));
   if(af->data == NULL || af->setup == NULL)
     return AF_ERROR;
-  // Set initial pan to pass-through.
   return AF_OK;
 }