From 1d511341721765419242170727709921a05ba45c Mon Sep 17 00:00:00 2001 From: Nathan Caldwell Date: Sat, 17 Jan 2009 21:26:19 -0700 Subject: [PATCH] Remove psz_filein from cli_opt_t. --- frameshot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/frameshot.c b/frameshot.c index 754360b..5cd8c44 100644 --- a/frameshot.c +++ b/frameshot.c @@ -32,7 +32,6 @@ enum }; typedef struct { - char *psz_filein; hnd_t hout; hnd_t hin; } cli_opt_t; -- 2.11.4.GIT