minor style changes

This commit is contained in:
fourtf
2018-01-29 13:22:22 +01:00
parent 2391ad7d16
commit 0d417dfa2d
5 changed files with 2 additions and 28 deletions
+1 -5
View File
@@ -1,4 +1,5 @@
#include "widgets/split.hpp"
#include "singletons/channelmanager.hpp"
#include "singletons/settingsmanager.hpp"
#include "singletons/thememanager.hpp"
@@ -137,11 +138,6 @@ ChannelPtr Split::getChannel() const
return this->channel;
}
ChannelPtr &Split::getChannelRef()
{
return this->channel;
}
void Split::setChannel(ChannelPtr _newChannel)
{
this->view.setChannel(_newChannel);