mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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.
|
// Failed to create map.
|
||||||
// Use the defaults then.
|
// Use the defaults then.
|
||||||
if ( map == None ) {
|
if ( map == None ) {
|
||||||
printf ( "fallback\n" );
|
|
||||||
truecolor = FALSE;
|
truecolor = FALSE;
|
||||||
// Two fields we use.
|
// Two fields we use.
|
||||||
vinfo.visual = DefaultVisual ( display, DefaultScreen ( display ) );
|
vinfo.visual = DefaultVisual ( display, DefaultScreen ( display ) );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue