mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'STATIONS.EDITOR_PATH' field from the database. * Incremented the database version to 357. * Removed the 'RDStation::editorPath()' and 'RDStation::setEditorPath()' methods. * Removed the 'Audio Editor' control from the 'Configure Host' dialog in rdadmin(1). * Removed the 'Send to Editor' button from 'RDCartDialog'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Edit a Rivendell Workstation
|
||||
//
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -92,8 +92,6 @@ class EditStation : public RDDialog
|
||||
RDUserListModel *station_username_model;
|
||||
QLabel *station_address_label;
|
||||
QLineEdit *station_address_edit;
|
||||
QLabel *station_audio_editor_label;
|
||||
QLineEdit *station_audio_editor_edit;
|
||||
QLabel *station_report_editor_label;
|
||||
QLineEdit *station_report_editor_edit;
|
||||
QLabel *station_web_browser_label;
|
||||
|
||||
Reference in New Issue
Block a user