mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 03:08:56 +00:00
Remove an extra debugging printf that leaked in previous commit.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: xtsscale.c,v 1.20 2011/07/16 17:32:24 matthieu Exp $ */
|
||||
/* $OpenBSD: xtsscale.c,v 1.21 2011/07/16 17:54:07 matthieu Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
|
||||
* Copyright (c) 2009,2011 Matthieu Herrb <matthieu@herrb.eu>
|
||||
@@ -471,7 +471,6 @@ uncalibrate(XDevice *device)
|
||||
&nbytes, &retval);
|
||||
|
||||
if (type != XA_INTEGER) {
|
||||
fprintf(stderr, "type != XA_INTEGER %lu\n", type);
|
||||
fprintf(stderr, "Device property \"%s\": invalid type %s\n",
|
||||
WS_PROP_CALIBRATION, XGetAtomName(display, type));
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user