From a30b3f503bede87043262343ed26d6995b0a85d9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 29 Aug 2019 23:45:45 -0400 Subject: darray: New dynamic array library --- cmdline.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmdline.h') diff --git a/cmdline.h b/cmdline.h index 29c8d25..6670696 100644 --- a/cmdline.h +++ b/cmdline.h @@ -55,8 +55,6 @@ struct cmdline { /** The root paths. */ const char **paths; - /** The number of root paths. */ - size_t npaths; /** Color data. */ struct colors *colors; -- cgit v1.2.3