Mercurial > hg > wabletios
changeset 2:0aab7a1d3c77
removed http req
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 22 Nov 2012 17:58:34 +0000 |
parents | 1d1bf0aac99e |
children | d346ddc50f70 |
files | testApp.mm |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/testApp.mm Thu Nov 22 12:15:19 2012 +0000 +++ b/testApp.mm Thu Nov 22 17:58:34 2012 +0000 @@ -22,14 +22,6 @@ ofEnableSmoothing(); ofEnableAlphaBlending(); - string url = "http://www.rootnot.co.uk/"; - ofURLFileLoader fileLoader; - ofHttpResponse resp; - resp = fileLoader.get(url); - cout << "HTTP STATUS " << resp.status << "\n"; - cout << "HTTP ERROR " << resp.error << "\n"; - cout << "HTTP DATA " << resp.data << "\n"; - pitch = 60.0;