From 0d432961a29d509cd0d1fa80361f04009dcf9c17 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 19 Mar 2025 03:19:38 +0000 Subject: Remove lots of stuff not required or superseded with ImGui use --- ui/icon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/icon.h') diff --git a/ui/icon.h b/ui/icon.h index 5f3a812..3d0788a 100644 --- a/ui/icon.h +++ b/ui/icon.h @@ -12,7 +12,6 @@ public: explicit Icon(const std::filesystem::path & fileName); explicit Icon(const Image & image); - void Bind() const; const glm::vec2 size; ImTextureID operator*() const; -- cgit v1.2.3