From 05e4b948df39b47d33067049cf51fd3be7749031 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 31 May 2014 12:39:02 -0500 Subject: Moves some files around! --- SuperPolarityMac/Actors/Generators/PointGenerator.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 SuperPolarityMac/Actors/Generators/PointGenerator.cs (limited to 'SuperPolarityMac/Actors/Generators/PointGenerator.cs') diff --git a/SuperPolarityMac/Actors/Generators/PointGenerator.cs b/SuperPolarityMac/Actors/Generators/PointGenerator.cs deleted file mode 100644 index 16a6e36..0000000 --- a/SuperPolarityMac/Actors/Generators/PointGenerator.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace SuperPolarityMac -{ - public class PointGenerator - { - public PointGenerator () - { - } - } -} - -- cgit