diff -r 5551b64e1eeb -r 300f3d3114a8 Server/Display.cs --- a/Server/Display.cs Mon Feb 09 22:50:43 2015 +0100 +++ b/Server/Display.cs Tue Feb 10 15:41:34 2015 +0100 @@ -73,10 +73,6 @@ return; } - //Controversially clearing our screen before closing - //Consider moving this up into the UI layer - Clear(); - SwapBuffers(); // MiniDisplayClose(iDevice); iDevice = IntPtr.Zero; @@ -239,7 +235,6 @@ SetIconStatus(icon,i,aStatus); } } - } ///