diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-08-20 13:56:23 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-08-20 13:56:23 -0400 |
commit | 69fc8d805396b889b5e8c1c88e8129d93db77d29 (patch) | |
tree | 6b807bd9332c65b65066e247d4d00fd5e4118d2e /src/list.cpp | |
parent | 442f1ee071152be04c4184473ddfee5040795b76 (diff) | |
download | libtwittercpp-69fc8d805396b889b5e8c1c88e8129d93db77d29.tar.gz libtwittercpp-69fc8d805396b889b5e8c1c88e8129d93db77d29.tar.bz2 libtwittercpp-69fc8d805396b889b5e8c1c88e8129d93db77d29.zip |
Updated API to use exceptions and make tweet/user objects more helpful
Diffstat (limited to 'src/list.cpp')
-rw-r--r-- | src/list.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/list.cpp b/src/list.cpp index 49405d0..d2b61cc 100644 --- a/src/list.cpp +++ b/src/list.cpp | |||
@@ -2,11 +2,6 @@ | |||
2 | 2 | ||
3 | namespace twitter { | 3 | namespace twitter { |
4 | 4 | ||
5 | list::list() | ||
6 | { | ||
7 | |||
8 | } | ||
9 | |||
10 | list::list(std::string data) | 5 | list::list(std::string data) |
11 | { | 6 | { |
12 | 7 | ||