Remove obsolete files[].base

This commit is contained in:
Bert Münnich
2017-12-07 14:16:32 +01:00
parent 004fcd5c5b
commit 30e2356622
2 changed files with 0 additions and 6 deletions

1
sxiv.h
View File

@ -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;