diff options
Diffstat (limited to 'src/db/upnp/upnpplib.hxx')
-rw-r--r-- | src/db/upnp/upnpplib.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db/upnp/upnpplib.hxx b/src/db/upnp/upnpplib.hxx index fa3454072..efad193fb 100644 --- a/src/db/upnp/upnpplib.hxx +++ b/src/db/upnp/upnpplib.hxx @@ -85,9 +85,6 @@ public: { return m_clh; } - - /** Translate integer error code (UPNP_E_XXX) to string */ - static std::string errAsString(const std::string& who, int code); }; #endif /* _LIBUPNP.H_X_INCLUDED_ */ |