From 6fbd5cf46407a212fadb52eee00c7ac7690430ea Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Mon, 16 Jul 2012 12:50:44 -0400 Subject: All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls. --- MediaBrowser.Model/Logging/LogSeverity.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'MediaBrowser.Model/Logging') diff --git a/MediaBrowser.Model/Logging/LogSeverity.cs b/MediaBrowser.Model/Logging/LogSeverity.cs index 54187997f..bac03acdd 100644 --- a/MediaBrowser.Model/Logging/LogSeverity.cs +++ b/MediaBrowser.Model/Logging/LogSeverity.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace MediaBrowser.Model.Logging { -- cgit v1.2.3