mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
window: Remove a spurious meta_verbose()
This was duplicated here by mistake in the big re-work commit
7a109a18af
.
https://bugzilla.gnome.org/show_bug.cgi?id=756789
This commit is contained in:
parent
e0906a77aa
commit
8e22dce5d7
@ -7757,9 +7757,6 @@ meta_window_handle_ungrabbed_event (MetaWindow *window,
|
|||||||
* window mappings after the user clicks on a panel.
|
* window mappings after the user clicks on a panel.
|
||||||
*/
|
*/
|
||||||
display->allow_terminal_deactivation = TRUE;
|
display->allow_terminal_deactivation = TRUE;
|
||||||
|
|
||||||
meta_verbose ("Allowing events time %u\n",
|
|
||||||
(unsigned int)event->any.time);
|
|
||||||
}
|
}
|
||||||
else if (is_window_grab && (int) button == meta_prefs_get_mouse_button_resize ())
|
else if (is_window_grab && (int) button == meta_prefs_get_mouse_button_resize ())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user