Removed useless config defines

Former-commit-id: 37daf78c04fe1e810ab4e0ca6880c857797f7020
This commit is contained in:
Lynix
2013-06-15 16:11:19 +02:00
parent e9fe3440e5
commit 54bc1d77fd
2 changed files with 1 additions and 7 deletions

View File

@@ -48,10 +48,6 @@
#define NAZARA_UTILITY_THREADED_WINDOW 0
// Protège les classes des accès concurrentiels
#define NAZARA_UTILITY_THREADSAFE 1
// Les classes à protéger des accès concurrentiels
#define NAZARA_THREADSAFETY_IMAGE 1 // NzImage (COW)
#define NAZARA_THREADSAFETY_VERTEXDECLARATION 1 // NzVertexDeclaration (COW)
//#define NAZARA_UTILITY_THREADSAFE 1
#endif // NAZARA_CONFIG_UTILITY_HPP