From e8f213689089fbc3d3f71e2a757feb9c9ed4332d Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Tue, 29 Dec 2009 16:34:46 +0000 Subject: [PATCH] Removed an unused header in SFML/Network git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1313 4e206d99-4929-0410-ac5d-dfc041789085 --- build/codeblocks/sfml-network.cbp | 1 - build/vc2005/sfml-network.vcproj | 4 --- build/vc2008/sfml-network.vcproj | 4 --- include/SFML/Network/Sockets.hpp | 45 ------------------------------- 4 files changed, 54 deletions(-) delete mode 100644 include/SFML/Network/Sockets.hpp diff --git a/build/codeblocks/sfml-network.cbp b/build/codeblocks/sfml-network.cbp index cdeed91d..c49981cb 100644 --- a/build/codeblocks/sfml-network.cbp +++ b/build/codeblocks/sfml-network.cbp @@ -119,7 +119,6 @@ - diff --git a/build/vc2005/sfml-network.vcproj b/build/vc2005/sfml-network.vcproj index 9ebc1287..2c98a0a8 100644 --- a/build/vc2005/sfml-network.vcproj +++ b/build/vc2005/sfml-network.vcproj @@ -404,10 +404,6 @@ RelativePath="..\..\include\SFML\Network\SocketHelper.hpp" > - - diff --git a/build/vc2008/sfml-network.vcproj b/build/vc2008/sfml-network.vcproj index 859a95ae..a3957962 100644 --- a/build/vc2008/sfml-network.vcproj +++ b/build/vc2008/sfml-network.vcproj @@ -403,10 +403,6 @@ RelativePath="..\..\include\SFML\Network\SocketHelper.hpp" > - - diff --git a/include/SFML/Network/Sockets.hpp b/include/SFML/Network/Sockets.hpp deleted file mode 100644 index 1359cb97..00000000 --- a/include/SFML/Network/Sockets.hpp +++ /dev/null @@ -1,45 +0,0 @@ -//////////////////////////////////////////////////////////// -// -// SFML - Simple and Fast Multimedia Library -// Copyright (C) 2007-2009 Laurent Gomila (laurent.gom@gmail.com) -// -// This software is provided 'as-is', without any express or implied warranty. -// In no event will the authors be held liable for any damages arising from the use of this software. -// -// Permission is granted to anyone to use this software for any purpose, -// including commercial applications, and to alter it and redistribute it freely, -// subject to the following restrictions: -// -// 1. The origin of this software must not be misrepresented; -// you must not claim that you wrote the original software. -// If you use this software in a product, an acknowledgment -// in the product documentation would be appreciated but is not required. -// -// 2. Altered source versions must be plainly marked as such, -// and must not be misrepresented as being the original software. -// -// 3. This notice may not be removed or altered from any source distribution. -// -//////////////////////////////////////////////////////////// - -#ifndef SFML_SOCKETS_HPP -#define SFML_SOCKETS_HPP - -//////////////////////////////////////////////////////////// -// Headers -//////////////////////////////////////////////////////////// -#include - - -#ifdef SFML_SYSTEM_WINDOWS - - #include - -#else - - #include - -#endif - - -#endif // SFML_SOCKETS_HPP