From 82283ee43499171d7c9bc07bb62c5310d99124ae Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 26 Oct 2025 12:56:28 +0000 Subject: [PATCH] Remove the TODO now it is done. --- src/pv/remote.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pv/remote.c b/src/pv/remote.c index 4386544..d05dfe8 100644 --- a/src/pv/remote.c +++ b/src/pv/remote.c @@ -1,13 +1,11 @@ /* - * Remote-control functions. + * Remote-control and remote-query functions. * * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2025 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ -/* TODO: move this to srv/pv/ instead of src/main/ since it uses internal pv structures. */ - #include "config.h" #include "pv.h" #include "pv-internal.h"