diff --git a/nel/tools/3d/plugin_max/nel_3dsmax_shared/StdAfx.cpp b/nel/tools/3d/plugin_max/nel_3dsmax_shared/StdAfx.cpp
index eaadf1b01..57d84d412 100644
--- a/nel/tools/3d/plugin_max/nel_3dsmax_shared/StdAfx.cpp
+++ b/nel/tools/3d/plugin_max/nel_3dsmax_shared/StdAfx.cpp
@@ -21,5 +21,3 @@
// and not in this file
#include "stdafx.h"
-
-void nlmax_shared_stdafx_dummy() { }
diff --git a/nel/tools/3d/plugin_max/nel_export/std_afx.cpp b/nel/tools/3d/plugin_max/nel_export/std_afx.cpp
index 106862518..6dd138ea7 100644
--- a/nel/tools/3d/plugin_max/nel_export/std_afx.cpp
+++ b/nel/tools/3d/plugin_max/nel_export/std_afx.cpp
@@ -18,6 +18,3 @@
// along with this program. If not, see .
#include "std_afx.h"
-
-void nlmax_nel_export_std_afx_dummy() { }
-
diff --git a/nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp b/nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp
index 4de28f8b1..8ce177129 100644
--- a/nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp
+++ b/nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp
@@ -19,6 +19,3 @@
#include "stdafx.h"
-
-void nlmax_mesh_library_stdafx_cpp_dummy() { }
-
diff --git a/nel/tools/3d/plugin_max/nel_patch_edit/stdafx.cpp b/nel/tools/3d/plugin_max/nel_patch_edit/stdafx.cpp
index a849e7019..62eecad20 100644
--- a/nel/tools/3d/plugin_max/nel_patch_edit/stdafx.cpp
+++ b/nel/tools/3d/plugin_max/nel_patch_edit/stdafx.cpp
@@ -1,3 +1 @@
#include "stdafx.h"
-
-void nlmax_patch_edit_stdafx_dummy() { }
diff --git a/nel/tools/3d/plugin_max/nel_patch_lib/stdafx.cpp b/nel/tools/3d/plugin_max/nel_patch_lib/stdafx.cpp
index 43e1a6a7b..efdc43314 100644
--- a/nel/tools/3d/plugin_max/nel_patch_lib/stdafx.cpp
+++ b/nel/tools/3d/plugin_max/nel_patch_lib/stdafx.cpp
@@ -18,5 +18,3 @@
// along with this program. If not, see .
#include "stdafx.h"
-
-void nlmax_patch_library_stdafx_dummy() { }
diff --git a/nel/tools/3d/plugin_max/nel_patch_paint/stdafx.cpp b/nel/tools/3d/plugin_max/nel_patch_paint/stdafx.cpp
index 7f7ce72f7..62eecad20 100644
--- a/nel/tools/3d/plugin_max/nel_patch_paint/stdafx.cpp
+++ b/nel/tools/3d/plugin_max/nel_patch_paint/stdafx.cpp
@@ -1,3 +1 @@
#include "stdafx.h"
-
-void nlmax_patch_painter_stdafx_dummy() { }