2023-06-29 Fred Gleason <fredg@paravelsystems.com>

* Fixed regressions that caused spontaneous resizing of the main
	window in rdairplay(1) when switching between Sound Panel and
	Voice Tracker views on the right-hand side.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-06-29 15:56:06 -04:00
parent c92b4dc703
commit 62b1e8a3a8
3 changed files with 13 additions and 28 deletions

View File

@@ -103,7 +103,6 @@ class MainWidget : public RDMainWindow
bool AssertChannelLock(int dir,int card,int port);
bool AssertChannelLock(int dir,int achan);
int AudioChannel(int card,int port) const;
void ShowTracker(bool state);
void LoadMeters();
RDAirPlayConf::Channel PanelChannel(int mport) const;
RDLogPlay *air_log[RDAIRPLAY_LOG_QUANTITY];