From c751c3e6678b45f5673612ee3cbcb13fd686ea2d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 5 Apr 2019 09:44:03 +0200 Subject: remove TODO --- common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common.h b/common.h index c73350e..0441fa4 100644 --- a/common.h +++ b/common.h @@ -26,7 +26,6 @@ static const uint16_t WG_DYNAMIC_PORT = 1337; #define WG_DYNAMIC_LEASETIME 10 /* NOTE: 10s is good for testing purposes */ -/* TODO: Move client specific items to its own CLIENT_ITEMS */ #define ITEMS \ E(WGKEY_UNKNOWN, "") /* must be the first entry */ \ /* CMD START */ \ -- cgit v1.2.3-59-g8ed1b