summaryrefslogtreecommitdiffstats
path: root/libopkg/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/args.h')
-rw-r--r--libopkg/args.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libopkg/args.h b/libopkg/args.h
index 176d354..82bae56 100644
--- a/libopkg/args.h
+++ b/libopkg/args.h
@@ -22,9 +22,6 @@ struct args
{
char *conf_file;
char *dest;
-
- int nocheckfordirorfile;
- int noreadfeedsfile;
};
typedef struct args args_t;