From 074cfb0c8c723792cff5b5346ecfec3b261277bc Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 2 Feb 2021 20:38:50 -0500 Subject: [PATCH] 2021-02-02 Fred Gleason * Refactored the 'System-Wide Settings' dialog in rdadmin(1) to use the model-based API. Signed-off-by: Fred Gleason --- rdadmin/edit_system.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rdadmin/edit_system.h b/rdadmin/edit_system.h index 10f4df56..52c3c149 100644 --- a/rdadmin/edit_system.h +++ b/rdadmin/edit_system.h @@ -79,7 +79,6 @@ class EditSystem : public RDDialog QComboBox *edit_rss_processor_station_box; QLabel *edit_show_user_list_label; QCheckBox *edit_show_user_list_box; - // Q3ListView *edit_duplicate_list; RDTableView *edit_duplicate_view; RDLibraryModel *edit_duplicate_model; QLabel *edit_notification_address_label;