diff options
Diffstat (limited to 'PlexServer.cpp')
-rw-r--r-- | PlexServer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PlexServer.cpp b/PlexServer.cpp index 5675009..b413d7d 100644 --- a/PlexServer.cpp +++ b/PlexServer.cpp @@ -42,8 +42,4 @@ std::string PlexServer::GetUri() return std::string("http://") + m_sIpAddress + ":" + std::string(itoa(m_nPort)); } -PlexServer::~PlexServer() -{ -} - } |