comparison src/crossfade/crossfade.h @ 3145:76f5bcf547d5

crossfade: remove unused config variable
author Michal Lipski <tallica@o2.pl>
date Sat, 09 May 2009 18:51:03 +0200
parents a9593b76cf19
children 7b80d4fb493d
comparison
equal deleted inserted replaced
3144:de2f796d6f04 3145:76f5bcf547d5
482 /* additional stuff which is not configureable by the user */ 482 /* additional stuff which is not configureable by the user */
483 gint sync_size_ms; 483 gint sync_size_ms;
484 484
485 /* additional stuff which is not saved to the config file */ 485 /* additional stuff which is not saved to the config file */
486 gint page; 486 gint page;
487 gint oss_page;
488 gint xf_index; 487 gint xf_index;
489 } 488 }
490 config_t; 489 config_t;
491 490
492 491