RIP nice pretty code

This commit is contained in:
Brendan Forster
2015-01-29 15:59:54 +09:30
parent da163c42fb
commit 5fc8ef0b8e
6 changed files with 6 additions and 72 deletions
@@ -77,13 +77,6 @@ namespace Octokit.Reactive
NewAuthorization newAuthorization,
string twoFactorAuthenticationCode);
/// <summary>
/// Create a new <see cref="Authorization"/>.
/// </summary>
/// <param name="newAuthorization">Information about the new authorization to create</param>
/// <returns></returns>
IObservable<ApplicationAuthorization> Create(NewAuthorization newAuthorization);
/// <summary>
/// Update the <see cref="Authorization"/> specified by the id.
/// </summary>