From 81ea723d5e7b51a3d2ab8807f4c287d96f215b4b Mon Sep 17 00:00:00 2001 From: Chris Woodward Date: Thu, 5 Feb 2015 18:07:04 -0800 Subject: [PATCH] Fixed compile errors. --- Combot/Combot.csproj | 1 - Interface/ViewModels/MainViewModel.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Combot/Combot.csproj b/Combot/Combot.csproj index 9c484ed..d022457 100755 --- a/Combot/Combot.csproj +++ b/Combot/Combot.csproj @@ -70,7 +70,6 @@ - diff --git a/Interface/ViewModels/MainViewModel.cs b/Interface/ViewModels/MainViewModel.cs index 1153881..6438b4e 100755 --- a/Interface/ViewModels/MainViewModel.cs +++ b/Interface/ViewModels/MainViewModel.cs @@ -8,7 +8,6 @@ using Combot; using Combot.IRCServices.Messaging; using Combot.Configurations; using Combot.Modules; -using Combot.Modules.ModuleClasses; namespace Interface.ViewModels {