refs #507, adjustments for launcher

* renamed GUI enum to reflect where audio runs
* removed assumpted position, this is no longer possible as launcher is independet application
This commit is contained in:
Klaus Basan
2015-11-12 02:34:37 +01:00
committed by Mathew Sutcliffe
parent 30e6831bf8
commit 746985fa3c
6 changed files with 12 additions and 37 deletions

View File

@@ -41,12 +41,6 @@ namespace BlackGui
//! Position of main window
static QPoint mainWindowPosition();
//! Position of intro window
static QPoint introWindowPosition();
//! During initialization, when main window position might not be set set
static QPoint assumedMainWindowPosition();
//! Replace count in name such as "stations (4)"
static QString replaceTabCountValue(const QString &oldName, int count);