Remove feed tags
This commit is contained in:
parent
ac57c3dcca
commit
54e2c6f448
@ -1,7 +1,6 @@
|
||||
typedef struct {
|
||||
const char *url;
|
||||
const char *feedName;
|
||||
const char *tags;
|
||||
} linkStruct;
|
||||
|
||||
/* Example link:
|
||||
@ -17,7 +16,6 @@ static const linkStruct links[] = {
|
||||
{
|
||||
.url = "",
|
||||
.feedName = "",
|
||||
.tags = ""
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user