From 62bb8a055fea0a1f3e25f757ca8201f54bae6012 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 30 Aug 2018 19:27:14 -0400 Subject: 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 --- src/list.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/list.h (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h deleted file mode 100644 index 1bf034f..0000000 --- a/src/list.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef LIST_H_D7DEA7D8 -#define LIST_H_D7DEA7D8 - -#include - -namespace twitter { - - class list { - public: - - list() {} - explicit list(std::string data); - - }; - -}; - -#endif /* end of include guard: LIST_H_D7DEA7D8 */ -- cgit 1.4.1