removed preprocessor definition for network mode that is always true now
[rocksndiamonds.git] / src / libgame / platform.h
index 2fe3be79d5e0a76320ac52e9e991ffb5f5a3fadc..6587f9e3380b3d8aef14760568b1c716f74d93f6 100644 (file)
 #endif
 
 
-/* ========================================================================= */
-/* this should better go into "system.h" or "features.h" (yet to be created) */
-/* ========================================================================= */
-
-#if defined(PLATFORM_UNIX) || defined(TARGET_SDL)
-#define NETWORK_AVALIABLE
-#endif
-
 #endif /* PLATFORM_H */