diff --git a/code/ryzom/common/src/game_share/msg_ais_egs_gen.cpp b/code/ryzom/common/src/game_share/msg_ais_egs_gen.cpp deleted file mode 100644 index 29d9e754c..000000000 --- a/code/ryzom/common/src/game_share/msg_ais_egs_gen.cpp +++ /dev/null @@ -1,28 +0,0 @@ -// Ryzom - MMORPG Framework -// Copyright (C) 2010 Winch Gate Property Limited -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . - -///////////////////////////////////////////////////////////////// -// WARNING : this is a generated file, don't change it ! -///////////////////////////////////////////////////////////////// - -#include "stdpch.h" - -#include "msg_ais_egs_gen.h" - -namespace RYMSG -{ - -} diff --git a/code/ryzom/common/src/game_share/season_file_ext.cpp b/code/ryzom/common/src/game_share/season_file_ext.cpp deleted file mode 100644 index 40ba23aca..000000000 --- a/code/ryzom/common/src/game_share/season_file_ext.cpp +++ /dev/null @@ -1,18 +0,0 @@ -// Ryzom - MMORPG Framework -// Copyright (C) 2010 Winch Gate Property Limited -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . - -#include "stdpch.h" -#include "season_file_ext.h" diff --git a/code/ryzom/common/src/game_share/user_connection_mgr.cpp b/code/ryzom/common/src/game_share/user_connection_mgr.cpp deleted file mode 100644 index 6d8210946..000000000 --- a/code/ryzom/common/src/game_share/user_connection_mgr.cpp +++ /dev/null @@ -1,27 +0,0 @@ -// Ryzom - MMORPG Framework -// Copyright (C) 2010 Winch Gate Property Limited -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . - -//----------------------------------------------------------------------------- -// includes -//----------------------------------------------------------------------------- - -#include "stdpch.h" - -#include "user_connection_mgr.h" - -using namespace R2; - -