mesa: remove warning message in _mesa_reference_renderbuffer_()
authorBrian Paul <brianp@vmware.com>
Sat, 1 Dec 2012 17:52:42 +0000 (10:52 -0700)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 13 Feb 2013 17:46:40 +0000 (18:46 +0100)
commitd4fc90c129389de2b5ac6e2ac1561cca7e1f1185
tree2f3e548cdd69c8553a3988ad250f36a8d4c465e2
parent5fdc42fb877644ae4c3343c9391f959bc7d71515
mesa: remove warning message in _mesa_reference_renderbuffer_()

We were warning when there was no current context and we're about
to delete a renderbuffer, but that happens fairly often and isn't
really a problem.

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=57754

Note: This is a candidate for the stable branches.

Tested-by: Ian Romanick <ian.d.romanick@intel.com>
(cherry picked from commit 006918c0db77e945ac56b15bc64eba502b86d56c)
src/mesa/main/renderbuffer.c