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 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 74b6977..bdca0f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,6 @@ add_library(twitter++ src/timeline.cpp src/tweet.cpp src/codes.cpp - src/direct_message.cpp - src/list.cpp src/user.cpp src/configuration.cpp src/util.cpp) -- cgit 1.4.1