diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-15 10:57:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-15 10:57:01 +0100 |
commit | 9c1f7c9b7fc346c1b09338788e06ba70128820ca (patch) | |
tree | d576c864d115a947d41aade95761d66400a8de4a /src/options.h | |
parent | 2590264615cb501d53092537b791b62755ef2de5 (diff) |
Screw --rcpath, check XDG_CONFIG_HOME instead
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index fc8fa02..7b20dd5 100644 --- a/src/options.h +++ b/src/options.h @@ -84,7 +84,6 @@ struct __fehoptions { char *customlist; char *menu_bg; char *image_bg; - char *rcfile; char *menu_style; char *caption_path; char *start_list_at; |