From e9867173c9fc7a38e5d6688fcaf582aaa8bf3ca5 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 18 Dec 2021 02:06:16 -0500 Subject: inline unread rendering --- src/components/unreadrenderer.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/components/unreadrenderer.hpp (limited to 'src/components/unreadrenderer.hpp') diff --git a/src/components/unreadrenderer.hpp b/src/components/unreadrenderer.hpp deleted file mode 100644 index 1b4ddc2..0000000 --- a/src/components/unreadrenderer.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once -#include -#include -#include -#include "discord/snowflake.hpp" - -class UnreadRenderer { -public: - static void RenderUnreadOnGuild(Snowflake id, Gtk::Widget &widget, const Cairo::RefPtr &cr, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area); - static void RenderUnreadOnChannel(Snowflake id, Gtk::Widget &widget, const Cairo::RefPtr &cr, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area); -}; -- cgit v1.2.3