From: Mikko Rasa Date: Thu, 17 Oct 2013 07:43:46 +0000 (+0300) Subject: Remove an unused global variable X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=9c5745de58e26321f939fd84c1c0f8a5a6cb2601;hp=9c5745de58e26321f939fd84c1c0f8a5a6cb2601;p=libs%2Fgui.git Remove an unused global variable It was a remnant from an early stage of developing the window close handling. The design in which it was used was discarded, but this variable went unnoticed. ---