Skip to content

Commit

Permalink
backend: xrender: remove obsolete commented out backend operations
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelynothelix committed Sep 23, 2023
1 parent 8bf8285 commit bd3134e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/xrender/xrender.c
Original file line number Diff line number Diff line change
Expand Up @@ -983,8 +983,6 @@ struct backend_operations xrender_ops = {
.destroy_shadow_context = default_destroy_shadow_context,
.render_shadow = default_render_shadow,
.make_mask = make_mask,
//.prepare_win = prepare_win,
//.release_win = release_win,
.is_image_transparent = default_is_image_transparent,
.buffer_age = buffer_age,
.max_buffer_age = 2,
Expand Down

0 comments on commit bd3134e

Please sign in to comment.