diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/layer-shell.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/examples/layer-shell.c b/examples/layer-shell.c index 4c501d3d..e559121e 100644 --- a/examples/layer-shell.c +++ b/examples/layer-shell.c @@ -76,7 +76,6 @@ static void draw(void) {  		int32_t old_top = margin_top;  		margin_top = -(20 - ((int)frame % 20));  		if (old_top != margin_top) { -			wlr_log(L_DEBUG, "setting margin to %d", margin_top);  			zwlr_layer_surface_v1_set_margin(layer_surface,  					margin_top, 0, 0, 0);  			wl_surface_commit(wl_surface); | 
