Remove unused code instead of commenting it out.

This commit is contained in:
jfrijters 2011-02-14 05:21:07 +00:00
Родитель a17e19002f
Коммит 02de919e91
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -34,12 +34,8 @@ namespace ikvm.awt
internal class WindowsRobot : RobotPeer
{
//Screen screen;
internal WindowsRobot(java.awt.GraphicsDevice device)
{
//screen = ((NetGraphicsDevice)device).screen;
}
public void dispose()