From 542c93051f05a6646ea0e13ba5ddcce88fedf13a Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 23 Sep 2015 19:30:22 +0200 Subject: [PATCH] Removed redundant registerMetadata for simulation --- src/blackcore/context_runtime.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/blackcore/context_runtime.cpp b/src/blackcore/context_runtime.cpp index f8241cfe9..fdb87db57 100644 --- a/src/blackcore/context_runtime.cpp +++ b/src/blackcore/context_runtime.cpp @@ -13,7 +13,6 @@ #include "blackcore/blackcorefreefunctions.h" #include "blackmisc/network/server.h" #include "blackmisc/statusmessagelist.h" -#include "blackmisc/aviation/aircraft.h" #include "blackmisc/blackmiscfreefunctions.h" #include "blackmisc/logmessage.h" #include "blackcore/context_runtime.h" @@ -111,7 +110,6 @@ namespace BlackCore { BlackMisc::registerMetadata(); BlackMisc::initResources(); - BlackMisc::Simulation::registerMetadata(); BlackCore::registerMetadata(); }