Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/libguac/display-plan.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,6 @@ void guac_display_plan_apply(guac_display_plan* plan) {

break;

/* Simply ignore and drop NOP */
case GUAC_DISPLAY_PLAN_OPERATION_NOP:
break;

/* All other operations should be handled by the workers */
default:
guac_fifo_enqueue(&display->ops, op);
Expand Down