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:
RKrom 2012-09-23 13:59:05 +00:00
commit f4f3a77e55
2 changed files with 14 additions and 21 deletions

View file

@ -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;