From 47cd5e8c23b90930a07d76e78aca59c8bc1cf797 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 28 Sep 2010 12:02:24 +0200 Subject: [PATCH] Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once --- code/ryzom/client/src/client_sheets/stdpch.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/ryzom/client/src/client_sheets/stdpch.cpp b/code/ryzom/client/src/client_sheets/stdpch.cpp index 357fe334d..d4b14ffe2 100644 --- a/code/ryzom/client/src/client_sheets/stdpch.cpp +++ b/code/ryzom/client/src/client_sheets/stdpch.cpp @@ -15,10 +15,3 @@ // along with this program. If not, see . #include "stdpch.h" - - -// leave not static else this workaround don't work -void dummyToAvoidStupidCompilerWarning_std_pch_clientsheet_cpp() -{ -} -