diff options
author | Dario Freddi <dario.freddi@collabora.com> | 2012-03-07 18:31:15 +0100 |
---|---|---|
committer | Dario Freddi <dario.freddi@collabora.com> | 2012-03-13 14:32:23 +0100 |
commit | 0a288f2282d1b6329036a2f77df5b5c755177a3e (patch) | |
tree | adf96f922d1621efb23abf64a2b450dfde4f01b5 /TelepathyQt/captcha-authentication.h | |
parent | 1f8c446d7a926d56ad46944b2d5124d2f9838aef (diff) |
captcha-authentication: Clean up forward declarations and comments
Diffstat (limited to 'TelepathyQt/captcha-authentication.h')
-rw-r--r-- | TelepathyQt/captcha-authentication.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TelepathyQt/captcha-authentication.h b/TelepathyQt/captcha-authentication.h index ef7141f1..67f3f7e9 100644 --- a/TelepathyQt/captcha-authentication.h +++ b/TelepathyQt/captcha-authentication.h @@ -39,7 +39,6 @@ namespace Tp class PendingCaptchaAnswer; class PendingCaptchaCancel; class PendingCaptchas; -class ChannelFuture; class TP_QT_EXPORT CaptchaAuthentication : public Tp::Object { |