From 44bc399ccbd7e37107ae754db7da3d918229422d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 9 Aug 2021 18:22:43 +0200 Subject: Youtube: show search suggestions instead of immediate search Fix save file dialog not showing all files after navigating to another directory if the search is not empty. Fix matrix system message deletion reverting back to use message (for avatar) and text color. --- include/Body.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index b44a386..23439ec 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -69,7 +69,6 @@ namespace QuickMedia { void append_item(std::shared_ptr body_item); void append_items(BodyItems new_items); void insert_item(std::shared_ptr body_item, int index); - void move_items_to(Body *other_body); void move_item(size_t src_index, size_t dst_index); // Returns the inserted position size_t insert_item_by_timestamp(std::shared_ptr body_item); -- cgit v1.2.3