mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2020-07-03 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'FEEDS.AUDIENCE_METRICS' field from the database. * Dropped the 'FEEDS.KEEP_METADATA' field from the database. * Dropped the 'FEEDS.MEDIA_LINK_MODE' field from the database. * Dropped the 'FEEDS.REDIRECT_PATH' field from the database. * Dropped the 'CAST_DOWNLOADS' table from the database. * Incremented the database version to 328. * Removed support for dynamically generated RSS feed metadata. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -42,7 +42,6 @@ class ListCasts : public RDDialog
|
||||
void addFileData();
|
||||
void editData();
|
||||
void deleteData();
|
||||
void reportData();
|
||||
void doubleClickedData(Q3ListViewItem *item,const QPoint &pt,int col);
|
||||
void userChangedData();
|
||||
void filterChangedData(const QString &str);
|
||||
@@ -63,7 +62,6 @@ class ListCasts : public RDDialog
|
||||
QPushButton *list_file_button;
|
||||
QPushButton *list_edit_button;
|
||||
QPushButton *list_delete_button;
|
||||
QPushButton *list_report_button;
|
||||
QPushButton *list_close_button;
|
||||
QPixmap *list_redball_map;
|
||||
QPixmap *list_greenball_map;
|
||||
|
||||
Reference in New Issue
Block a user