Browse Source

Bug fix: QueryReceivedEventArgs.Message is empty

Source commit: be89b8112845d0146fd311cb2d264411bf4a2dc3
Martin Prikryl 8 years ago
parent
commit
136417f814
1 changed files with 0 additions and 1 deletions
  1. 0 1
      source/console/Console.h

+ 0 - 1
source/console/Console.h

@@ -48,7 +48,6 @@ struct TConsoleCommStruct
     unsigned int Timer; // since version 2
     bool Timeouting; // since version 4
     int Continue; // since version 9
-    unsigned int Timeout; // since version 9
     wchar_t Message[5120]; // since version 9
   };