branch | qmlfrontend |
changeset 10416 | 1c301054694d |
parent 10361 | bc95b7c769a2 |
child 10424 | 4be6cd55f1cf |
--- a/hedgewars/uVariables.pas Fri Sep 19 14:27:41 2014 +0400 +++ b/hedgewars/uVariables.pas Sat Sep 20 00:56:54 2014 +0400 @@ -36,7 +36,6 @@ cNewScreenWidth : LongInt; cNewScreenHeight : LongInt; cScreenResizeDelay : LongWord; - ipcPort : Word; cFullScreen : boolean; cLocaleFName : shortstring; cLocale : shortstring; @@ -2425,7 +2424,6 @@ cFullScreen := false; UserPathPrefix := ''; - ipcPort := 0; recordFileName := ''; UserNick := ''; cStereoMode := smNone;