removed unused attributes

This commit is contained in:
Luke Pulverenti
2013-04-18 15:57:28 -04:00
parent 48d60b2f6a
commit 32bc545a85
41 changed files with 40 additions and 479 deletions

View File

@@ -61,7 +61,11 @@ namespace MediaBrowser.Server.Implementations.Sqlite
/// <param name="appPaths">The app paths.</param>
/// <param name="jsonSerializer">The json serializer.</param>
/// <param name="logManager">The log manager.</param>
/// <exception cref="System.ArgumentNullException">protobufSerializer</exception>
/// <exception cref="System.ArgumentNullException">
/// jsonSerializer
/// or
/// appPaths
/// </exception>
public SQLiteUserDataRepository(IApplicationPaths appPaths, IJsonSerializer jsonSerializer, ILogManager logManager)
: base(logManager)
{