summaryrefslogtreecommitdiff
path: root/src/util.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-01-21 16:27:42 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-01-21 16:27:42 -0500
commit1d1bd7e3454b58ddf3b4d803bff8e9ed24ee4a22 (patch)
treeaf82eeb5b241d8e8623614d450159a82c66a43d9 /src/util.hpp
parentd7bee05ee92bf14c1344d336cfa5398815e8ccc9 (diff)
downloadabaddon-portaudio-1d1bd7e3454b58ddf3b4d803bff8e9ed24ee4a22.tar.gz
abaddon-portaudio-1d1bd7e3454b58ddf3b4d803bff8e9ed24ee4a22.zip
Revert "add settings for channel list scrollbar policies"
This reverts commit d7bee05ee92bf14c1344d336cfa5398815e8ccc9.
Diffstat (limited to 'src/util.hpp')
-rw-r--r--src/util.hpp3
1 files changed, 0 insertions, 3 deletions
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 <optional>
#include <type_traits>
-#include <gtkmm/enums.h>
#include <sigc++/slot.h>
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);