From ddabdcb1c7e14c5e6b0380e3ec26c4ba9298fac8 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 18 Sep 2012 01:13:31 +0000 Subject: [PATCH] remove a comment referring to a non-existant param --- libtransmission/session.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libtransmission/session.c b/libtransmission/session.c index 9a010616e..e436fdb6e 100644 --- a/libtransmission/session.c +++ b/libtransmission/session.c @@ -1322,7 +1322,6 @@ useAltSpeed( tr_session * s, struct tr_turtle_info * t, /** * @param enabled whether turtle should be on/off according to the scheduler - * @param changed whether that's different from the previous minute */ static void testTurtleTime( const struct tr_turtle_info * t, bool * enabled )