aboutsummaryrefslogtreecommitdiff
path: root/render/pass.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/pass.c')
-rw-r--r--render/pass.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/pass.c b/render/pass.c
index a36b9dc1..243f780b 100644
--- a/render/pass.c
+++ b/render/pass.c
@@ -41,9 +41,6 @@ void wlr_render_pass_add_texture(struct wlr_render_pass *render_pass,
void wlr_render_pass_add_rect(struct wlr_render_pass *render_pass,
const struct wlr_render_rect_options *options) {
assert(options->box.width >= 0 && options->box.height >= 0);
- if (wlr_box_empty(&options->box)) {
- return;
- }
render_pass->impl->add_rect(render_pass, options);
}