about summary refs log tree commit diff stats
path: root/src/list.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-08-30 19:27:14 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-08-30 19:27:14 -0400
commit62bb8a055fea0a1f3e25f757ca8201f54bae6012 (patch)
tree46f94b47d019281d836d5ffef2231754b5cb7809 /src/list.cpp
parentcc57105f29b4095daad03273bc1a882368e75664 (diff)
downloadlibtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.tar.gz
libtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.tar.bz2
libtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.zip
Removed more stream-related classes
Among the deleted classes are list and direct_message. These classes were just stubs because the streaming API was able to return those objects. libtwitter++ does not yet actually support these objects, so the stub classes will be deleted for now.

refs #3
Diffstat (limited to 'src/list.cpp')
-rw-r--r--src/list.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/list.cpp b/src/list.cpp deleted file mode 100644 index d2b61cc..0000000 --- a/src/list.cpp +++ /dev/null
@@ -1,10 +0,0 @@
1#include "list.h"
2
3namespace twitter {
4
5 list::list(std::string data)
6 {
7
8 }
9
10};