window: remove spurious printf
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2e17f8a662
commit
8d2ace48fd
1
window.c
1
window.c
|
@ -172,7 +172,6 @@ window_opacity_get(xcb_window_t win)
|
||||||
if(prop_r->value_len)
|
if(prop_r->value_len)
|
||||||
{
|
{
|
||||||
unsigned int *data = xcb_get_property_value(prop_r);
|
unsigned int *data = xcb_get_property_value(prop_r);
|
||||||
printf("result %d\n", *data);
|
|
||||||
return (double) *data / (double) 0xffffffff;
|
return (double) *data / (double) 0xffffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue