remove logging

This commit is contained in:
Eric House 2019-07-24 07:49:29 -07:00
parent a85cfef82d
commit 489ac08289

View file

@ -2707,11 +2707,11 @@ on_draw_event( GtkWidget* widget, cairo_t* cr, gpointer user_data )
{
// XP_LOGF( "%s(widget=%p)", __func__, widget );
GdkRectangle rect;
if ( gdk_cairo_get_clip_rectangle( cr, &rect) ) {
XP_LOGF( "%s(): clip: x:%d,y:%d,w:%d,h:%d", __func__,
rect.x, rect.y, rect.width, rect.height );
}
/* GdkRectangle rect; */
/* if ( gdk_cairo_get_clip_rectangle( cr, &rect) ) { */
/* XP_LOGF( "%s(): clip: x:%d,y:%d,w:%d,h:%d", __func__, */
/* rect.x, rect.y, rect.width, rect.height ); */
/* } */
GtkGameGlobals* globals = (GtkGameGlobals*)user_data;
board_invalAll( globals->cGlobals.game.board );