mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Some cleanup
* removed audio utils from blackmiscfreefunctions (we wanna give it up) * comments * formatting
This commit is contained in:
@@ -35,12 +35,6 @@ inline void initBlackMiscResources()
|
||||
//! Free functions in BlackMisc
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Audio
|
||||
{
|
||||
//! Start the Windows mixer
|
||||
BLACKMISC_EXPORT bool startWindowsMixer();
|
||||
}
|
||||
|
||||
//! Init resources
|
||||
BLACKMISC_EXPORT void initResources();
|
||||
|
||||
@@ -157,9 +151,6 @@ namespace BlackMisc
|
||||
//! Hash value, but with int list
|
||||
BLACKMISC_EXPORT uint calculateHash(const QList<int> &values, const char *className);
|
||||
|
||||
//! Get local host name
|
||||
BLACKMISC_EXPORT const QString &localHostName();
|
||||
|
||||
//! Get local host name env.variable
|
||||
BLACKMISC_EXPORT const QString &localHostNameEnvVariable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user