summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--audio/pwaudio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/pwaudio.c b/audio/pwaudio.c
index 7d5005b971..a101ffeff1 100644
--- a/audio/pwaudio.c
+++ b/audio/pwaudio.c
@@ -537,7 +537,6 @@ qpw_stream_new(pwaudio *c, PWVoice *v, const char *stream_name,
         break;
     }
 
-    /* create a new unconnected pwstream */
     return create_stream(c, v, stream_name, name, dir);
 }