aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index c008c40..dae0ca2 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -1038,9 +1038,6 @@ namespace QuickMedia {
window.draw(loading_icon);
text_offset_x += image_padding_x + content_size.x;
}
- } else if(merge_with_previous) {
- // TODO: Get the previous items text_offset_x instead of + 32.0f * get_ui_scale()
- text_offset_x += image_padding_x + (32.0f * get_ui_scale());
} else if(item->thumbnail_size.x > 0) {
text_offset_x += image_padding_x + get_item_thumbnail_size(item).x;
}
@@ -1201,9 +1198,6 @@ namespace QuickMedia {
} else {
text_offset_x += image_padding_x + content_size.x;
}
- } else if(merge_with_previous) {
- // TODO: Get the previous items text_offset_x instead of + 32.0f * get_ui_scale()
- text_offset_x += image_padding_x + (32.0f * get_ui_scale());
} else if(item->thumbnail_size.x > 0) {
text_offset_x += image_padding_x + get_item_thumbnail_size(item).x;
}