mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2023-06-09 Fred Gleason <fredg@paravelsystems.com>
* Removed the '#define RD_DEFAULT_MAX_POST_LENGTH' statement from 'lib/rd.h'. * Added a '#define RD_MAX_POST_LENGTH' statement in 'lib/rd.h'. * Removed the 'RDSystem::maxPostLength()' and 'RDSystem::setMaxPostLength()' methods. * Removed the 'Maximum Remote Post Length' control from the 'System-Wide Settings' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Edit Rivendell System-wide Settings.
|
||||
//
|
||||
// (C) Copyright 2009-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2009-2023 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
|
||||
@@ -73,9 +73,6 @@ class EditSystem : public RDDialog
|
||||
QCheckBox *edit_duplicate_carts_box;
|
||||
QCheckBox *edit_fix_duplicate_carts_box;
|
||||
QLabel *edit_fix_duplicate_carts_label;
|
||||
QLabel *edit_maxpost_label;
|
||||
QSpinBox *edit_maxpost_spin;
|
||||
QLabel *edit_maxpost_unit_label;
|
||||
QLabel *edit_isci_path_label;
|
||||
QLineEdit *edit_isci_path_edit;
|
||||
QLabel *edit_origin_email_addr_label;
|
||||
|
Reference in New Issue
Block a user