Server/Display.cs
changeset 122 300f3d3114a8
parent 118 606c22398045
child 123 0df386e37e29
     1.1 --- a/Server/Display.cs	Mon Feb 09 22:50:43 2015 +0100
     1.2 +++ b/Server/Display.cs	Tue Feb 10 15:41:34 2015 +0100
     1.3 @@ -73,10 +73,6 @@
     1.4  				return;
     1.5  			}
     1.6  
     1.7 -			//Controversially clearing our screen before closing
     1.8 -			//Consider moving this up into the UI layer
     1.9 -			Clear(); 
    1.10 -			SwapBuffers();
    1.11  			//
    1.12              MiniDisplayClose(iDevice);
    1.13              iDevice = IntPtr.Zero;
    1.14 @@ -239,7 +235,6 @@
    1.15  					SetIconStatus(icon,i,aStatus);
    1.16  				}
    1.17  			}
    1.18 -
    1.19  		}
    1.20  
    1.21  		/// <summary>