summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_rpi.c')
-rw-r--r--video/out/vo_rpi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c
index 4824ac2616..139da95ed9 100644
--- a/video/out/vo_rpi.c
+++ b/video/out/vo_rpi.c
@@ -869,9 +869,6 @@ static void uninit(struct vo *vo)
static int preinit(struct vo *vo)
{
- MP_WARN(vo, "This VO is deprecated! Use --vo=opengl instead (which has "
- "the same features and which is the default).\n");
-
struct priv *p = vo->priv;
p->background_layer = p->layer;