content stuff

This commit is contained in:
2024-04-30 19:44:06 +02:00
parent ddadc9bdbc
commit 495ec41234
4 changed files with 4 additions and 25 deletions

View File

@ -12,8 +12,6 @@
#include <solanaceae/toxcore/tox_event_logger.hpp>
#include "./tox_private_impl.hpp"
#include "./content/content.hpp"
#include <solanaceae/tox_contacts/tox_contact_model2.hpp>
#include <solanaceae/tox_messages/tox_message_manager.hpp>
#include <solanaceae/tox_messages/tox_transfer_manager.hpp>
@ -60,8 +58,6 @@ struct MainScreen final : public Screen {
MessageSerializerNJ msnj;
MessageTimeSort mts;
ContentStore cs;
ToxEventLogger tel{std::cout};
ToxClient tc;
ToxPrivateImpl tpi;