diff -r cdf83bdf7b27 -r edcfb5e43245 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Mon Dec 17 00:34:49 2012 +0100 +++ b/hedgewars/uVariables.pas Mon Dec 17 00:43:52 2012 +0100 @@ -34,7 +34,6 @@ cNewScreenWidth : LongInt; cNewScreenHeight : LongInt; cScreenResizeDelay : LongWord; - cBits : LongInt; ipcPort : Word; cFullScreen : boolean; cLocaleFName : shortstring; @@ -2327,7 +2326,6 @@ cScreenWidth := 1024; cScreenHeight := 768; - cBits := 32; cShowFPS := false; cAltDamage := true; cTimerInterval := 8;