Switch to side-by-side view

--- a/src/mediaserver/contentdirectory.cxx
+++ b/src/mediaserver/contentdirectory.cxx
@@ -469,11 +469,6 @@
     return UPNP_E_SUCCESS;
 }
 
-std::string ContentDirectory::getpathprefix(CDPlugin *plg)
-{
-    return string("/") + plg->getname();
-}
-
 static string firstpathelt(const string& path)
 {
     // The parameter is normally a path, but make this work with an URL too