mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Cleanup of unneeded code: Removed a unused property from the OAuthLoginForm and removed the using "imageforexport" as we only want the "background" image of the surface for our OCR.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2085 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
86d376a0dc
commit
f4f3a77e55
2 changed files with 14 additions and 21 deletions
|
@ -37,7 +37,6 @@ namespace GreenshotPlugin.Controls {
|
|||
private string callbackUrl = null;
|
||||
private String _token;
|
||||
private String _verifier;
|
||||
private String _tokenSecret;
|
||||
|
||||
public String Token {
|
||||
get {
|
||||
|
@ -51,12 +50,6 @@ namespace GreenshotPlugin.Controls {
|
|||
}
|
||||
}
|
||||
|
||||
public String TokenSecret {
|
||||
get {
|
||||
return _tokenSecret;
|
||||
}
|
||||
}
|
||||
|
||||
public OAuthLoginForm(OAuthSession o, string browserTitle, Size size, string authorizationLink, string callbackUrl) {
|
||||
this.callbackUrl = callbackUrl;
|
||||
_token = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue