فهرست منبع

remove ConsoleCommand

mikymod 12 سال پیش
والد
کامیت
51b780ecce
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      src/ConsoleServer.h

+ 0 - 5
src/ConsoleServer.h

@@ -34,11 +34,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 namespace crown
 {
 
-struct ConsoleCommand
-{
-	char	command[1024];
-};
-
 /// ConsoleServer runs scripts that provide some utilities for the console
 class ConsoleServer
 {