remove unused using statement

GitOrigin-RevId: d3730b153c23fe158f1cd2bd3bd1f222d1a0bc46
This commit is contained in:
Colin McMillen 2020-01-29 15:42:06 -05:00
parent f2db2f4b9e
commit f1f717da63

View File

@ -1,6 +1,5 @@
using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
namespace SemiColinGames {
class Line {