1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

* Style fixes to TomahawkApp.

This commit is contained in:
Christian Muehlhaeuser
2014-08-23 12:03:23 +02:00
parent fd8a96ed1f
commit 9f499cf029

View File

@@ -1,6 +1,6 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
*
* Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright 2010-2014, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright 2013-2014, Teo Mrnjavac <teo@kde.org>
@@ -202,8 +202,6 @@ TomahawkApp::init()
TomahawkUtils::setHeadless( m_headless );
new ACLRegistryImpl( this );
tDebug( LOGINFO ) << "Setting NAM.";
TomahawkSettings *s = TomahawkSettings::instance();
Tomahawk::Utils::setProxyDns( s->proxyDns() );
Tomahawk::Utils::setProxyType( s->proxyType() );