mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Remove printf
This commit is contained in:
parent
673eee78a4
commit
9067b2602d
1 changed files with 0 additions and 1 deletions
|
@ -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 ) );
|
||||
|
|
Loading…
Reference in a new issue