diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-04 00:48:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-04 00:48:30 -0400 |
| commit | 87d7a7d85adc1f069019f2706aa34d266c22b221 (patch) | |
| tree | a16199201a02a1e51fff48e0d7a21aba6977708d /MediaBrowser.Controller/Library | |
| parent | 73729ca2426234e70701c48569d23a7e1eede636 (diff) | |
| parent | 6af3bf94c027ae6f9c225cd4838589525378a5d0 (diff) | |
Merge pull request #2018 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.Controller/Library')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index ad38b9ea5..70bd3f081 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -475,12 +475,6 @@ namespace MediaBrowser.Controller.Library List<Person> GetPeopleItems(InternalPeopleQuery query); /// <summary> - /// Gets all people names. - /// </summary> - /// <returns>List<System.String>.</returns> - List<PersonInfo> GetAllPeople(); - - /// <summary> /// Updates the people. /// </summary> /// <param name="item">The item.</param> |
