1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Remove printf

This commit is contained in:
Dave Davenport 2015-01-22 15:10:35 +01:00
parent 673eee78a4
commit 9067b2602d

View file

@ -377,7 +377,6 @@ static void create_visual_and_colormap ()
// Failed to create map.
// Use the defaults then.
if ( map == None ) {
printf ( "fallback\n" );
truecolor = FALSE;
// Two fields we use.
vinfo.visual = DefaultVisual ( display, DefaultScreen ( display ) );