From 1d1bd7e3454b58ddf3b4d803bff8e9ed24ee4a22 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:27:42 -0500 Subject: Revert "add settings for channel list scrollbar policies" This reverts commit d7bee05ee92bf14c1344d336cfa5398815e8ccc9. --- src/util.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/util.hpp') diff --git a/src/util.hpp b/src/util.hpp index f839eca..fc9568b 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -14,7 +14,6 @@ #include #include -#include #include namespace Glib { @@ -39,8 +38,6 @@ bool IsFolder(std::string_view path); bool IsFile(std::string_view path); uint64_t TimeToEpoch(int year, int month, int day, int hour, int minute, int seconds); - -Gtk::PolicyType TranslateScrollPolicy(const std::string &str); } // namespace util void LaunchBrowser(const Glib::ustring &url); -- cgit v1.2.3