From d7a43ae2d3d4702bd199fa5d8ca84c7c6e78ed36 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 11 Feb 2014 01:15:19 -0600 Subject: Consolidate with mac project. --- SuperPolarityMac/MenuWidget.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 SuperPolarityMac/MenuWidget.cs (limited to 'SuperPolarityMac/MenuWidget.cs') diff --git a/SuperPolarityMac/MenuWidget.cs b/SuperPolarityMac/MenuWidget.cs deleted file mode 100644 index 992ef43..0000000 --- a/SuperPolarityMac/MenuWidget.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace SuperPolarity -{ - class MenuWidget - { - } -} -- cgit