mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
server: remove useless base64 helper
This commit is contained in:
parent
5748c4d0ec
commit
11617eea99
@ -34,15 +34,6 @@ using websocketpp::lib::placeholders::_1;
|
||||
using websocketpp::lib::placeholders::_2;
|
||||
using websocketpp::lib::bind;
|
||||
|
||||
QString decodeBase64(const QString& source)
|
||||
{
|
||||
return QString::fromUtf8(
|
||||
QByteArray::fromBase64(
|
||||
source.toUtf8()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
WSServerPtr WSServer::_instance = WSServerPtr(nullptr);
|
||||
|
||||
WSServerPtr WSServer::Current()
|
||||
|
Loading…
x
Reference in New Issue
Block a user