diff options
Diffstat (limited to 'protocols/Twitter/src/http.h')
-rw-r--r-- | protocols/Twitter/src/http.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/Twitter/src/http.h b/protocols/Twitter/src/http.h index dc5c5debed..a16fb92cd1 100644 --- a/protocols/Twitter/src/http.h +++ b/protocols/Twitter/src/http.h @@ -18,13 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#pragma once
-
-namespace http
-{
- struct response
- {
- response() : code(0) {}
- int code;
- CMStringA data;
- };
-}
|