]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/log.cpp
Don't reseed stars when changing star count
[dragonfireclient.git] / src / log.cpp
index 54442c39b1669561a5fa9b6a686395d9416d4c0a..3c61414e901c57e1626104d3c0e0df55b79be347 100644 (file)
@@ -97,16 +97,7 @@ LogBuffer verbose_buf(g_logger, LL_VERBOSE);
 std::ostream *dout_con_ptr = &null_stream;
 std::ostream *derr_con_ptr = &verbosestream;
 
-// Server
-std::ostream *dout_server_ptr = &infostream;
-std::ostream *derr_server_ptr = &errorstream;
-
-#ifndef SERVER
-// Client
-std::ostream *dout_client_ptr = &infostream;
-std::ostream *derr_client_ptr = &errorstream;
-#endif
-
+// Common streams
 std::ostream rawstream(&raw_buf);
 std::ostream dstream(&none_buf);
 std::ostream errorstream(&error_buf);