mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
2019-01-07 Fred Gleason <fredg@paravelsystems.com>
* Removed 'apis/rlm/'. * Removed the 'Edit Now & Next' button from the 'Configure RDAirPlay' dialog in rdadmin(1). * Removed RLM support from rdairplay(1) and rdvairplayd(8). * Removed v1.x legacy PAD update support from rdairplay(1). * Dropped the 'NOWNEXT_PLUGINS' table from the database. * Dropped the 'LOG_MACHINES.UDP_ADDR' field from the database. * Dropped the 'LOG_MACHINES.UDP_PORT' field from the database. * Dropped the 'LOG_MACHINES.UDP_STRING' field from the database. * Dropped the 'LOG_MACHINES.LOG_RML' field from the database. * Incremented the database version to 305.
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#include <qtimer.h>
|
||||
#include <qsignalmapper.h>
|
||||
#include <qpalette.h>
|
||||
#include <q3socketdevice.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qsplashscreen.h>
|
||||
#include <qfontmetrics.h>
|
||||
@@ -48,7 +47,6 @@
|
||||
#include <rdplay_deck.h>
|
||||
#include <rdpushbutton.h>
|
||||
#include <rdripc.h>
|
||||
#include <rdrlmhost.h>
|
||||
#include <rdsound_panel.h>
|
||||
#include <rdstereometer.h>
|
||||
#include <rdttydevice.h>
|
||||
@@ -200,8 +198,6 @@ class MainWidget : public QWidget
|
||||
RDLabel *air_refresh_label;
|
||||
QPixmap *air_refresh_pixmap;
|
||||
QString air_editor_cmd;
|
||||
Q3SocketDevice *air_nownext_socket;
|
||||
std::vector<RDRLMHost *> air_plugin_hosts;
|
||||
QSplashScreen *air_splash_screen;
|
||||
int keystrokecount;
|
||||
bool AltKeyHit ;
|
||||
@@ -220,7 +216,6 @@ class MainWidget : public QWidget
|
||||
RDAirPlayConf::GpioType air_channel_gpio_types[RDAirPlayConf::LastChannel];
|
||||
std::map<unsigned,QTimer *> air_channel_timers[2];
|
||||
RDEmptyCart *air_empty_cart;
|
||||
RDCae *air_cae;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user