From 0623d0c27377ce615ea8d5a0a48354744d1370cb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 3 Oct 2010 01:01:36 +0200 Subject: [PATCH] Remove a no-longer-relevant TODO. --- modules/access/decklink.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index d49605cf90..8c5c2a2d6a 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -652,7 +652,6 @@ static int Control( demux_t *p_demux, int i_query, va_list args ) vlc_mutex_unlock( &p_sys->pts_lock ); return VLC_SUCCESS; - /* TODO implement others */ default: return VLC_EGENERIC; } -- 2.39.2