Skip to content

Commit 7aafa89

Browse files
committed
chore: remove comments
1 parent b6eaf9e commit 7aafa89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/appframework.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ std::vector<AppSystemInfo> g_appSystems{
5454
{ false, "meshsystem", MESHSYSTEM_INTERFACE_VERSION, false },
5555
{ false, "networksystem", NETWORKSYSTEM_INTERFACE_VERSION, false}, // can't connect on linux cuz of missing gameinfo in IApplication
5656
{ false, "panorama", PANORAMAUIENGINE_INTERFACE_VERSION },
57-
// crashes on kv3defaults, exclude crashy fields/classes from kv3defaults dumps
5857
{ false, "particles", PARTICLESYSTEMMGR_INTERFACE_VERSION, false }, // needs renderdevice interface
5958
{ false, "pulse_system", PULSESYSTEM_INTERFACE_VERSION },
6059
#ifdef _WIN32
@@ -65,7 +64,6 @@ std::vector<AppSystemInfo> g_appSystems{
6564
{ false, "scenefilecache", "SceneFileCache002" },
6665
{ false, "scenesystem", SCENEUTILS_INTERFACE_VERSION },
6766
{ false, "soundsystem", SOUNDOPSYSTEMEDIT_INTERFACE_VERSION },
68-
// crashes on kv3defaults, exclude crashy fields/classes from kv3defaults dumps
6967
{ false, "vphysics2", VPHYSICS2HANDLE_INTERFACE_VERSION },
7068
{ false, "worldrenderer", WORLD_RENDERER_MGR_INTERFACE_VERSION },
7169
};

0 commit comments

Comments
 (0)