diff --git a/src/chat_gui/send_image_popup.cpp b/src/chat_gui/send_image_popup.cpp index c15fff5..d051b3d 100644 --- a/src/chat_gui/send_image_popup.cpp +++ b/src/chat_gui/send_image_popup.cpp @@ -569,8 +569,6 @@ void SendImagePopup::render(float time_delta) { (int)std::ceil(crop_rect.w*scale_x), (int)std::ceil(crop_rect.h*scale_y) ); - } else { - tmp_img = original_image; } std::vector new_data;