summaryrefslogtreecommitdiffstats
path: root/modules/upnp/register_types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/upnp/register_types.cpp')
-rw-r--r--modules/upnp/register_types.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/upnp/register_types.cpp b/modules/upnp/register_types.cpp
index 270aa2d7e8..34900206de 100644
--- a/modules/upnp/register_types.cpp
+++ b/modules/upnp/register_types.cpp
@@ -36,7 +36,6 @@
#include "upnp_device.h"
void register_upnp_types() {
-
ClassDB::register_class<UPNP>();
ClassDB::register_class<UPNPDevice>();
}