[client] x11: remove noise about unsupported formats

This commit is contained in:
Geoffrey McRae 2019-02-25 05:44:31 +11:00
parent 4f8fa6e7aa
commit 41f4166aed

View File

@ -196,10 +196,6 @@ static void x11_cb_wmevent(SDL_SysWMmsg * msg)
return;
}
DEBUG_INFO("Unable to copy \"%s\" to \"%s\" type",
atomTypes[this->type],
XGetAtomName(this->display, e.xselectionrequest.target));
// report no data
s->xselection.property = None;
XSendEvent(this->display, e.xselectionrequest.requestor, 0, 0, s);