1
0
Fork 0

x11/stage: Remove redundant line location

The CLUTTER_NOTE() macro already adds the line location; adding another
will just clutter up the log.
This commit is contained in:
Emmanuele Bassi 2011-01-26 12:44:03 +00:00
parent acf51259d2
commit 3502f326b2

View file

@ -846,8 +846,7 @@ clutter_stage_x11_translate_event (ClutterEventTranslator *translator,
{
gboolean size_changed = FALSE;
CLUTTER_NOTE (BACKEND, "%s: ConfigureNotify[%x] (%d, %d)",
G_STRLOC,
CLUTTER_NOTE (BACKEND, "ConfigureNotify[%x] (%d, %d)",
(unsigned int) stage_x11->xwin,
xevent->xconfigure.width,
xevent->xconfigure.height);