summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-12-07 14:16:32 +0100
committerBert Münnich <ber.t@posteo.de>2017-12-07 14:16:32 +0100
commit30e235662251d24e855ef12eaf9a5a338fbe5d65 (patch)
tree6121eb58566b27ddb5120df8d118578f7d023e6e /sxiv.h
parent004fcd5c5b0bbd74b643fc1959102a274593d257 (diff)
downloadnsxiv-30e235662251d24e855ef12eaf9a5a338fbe5d65.tar.zst
Remove obsolete files[].base
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sxiv.h b/sxiv.h
index 2d026b1..b95d7ff 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -113,7 +113,6 @@ typedef enum {
typedef struct {
const char *name; /* as given by user */
const char *path; /* always absolute */
- const char *base;
fileflags_t flags;
} fileinfo_t;