comparison src/audacious/main.c @ 2906:68f3b7ff4333 trunk

Remove pposition_broken global variable. It was never manipulated which means only one codepath was exectued.
author William Pitcock <nenolod@atheme.org>
date Thu, 28 Jun 2007 01:41:03 -0500
parents c4d07471f647
children 21b27e97bfb9
comparison
equal deleted inserted replaced
2905:084d367e3577 2906:68f3b7ff4333
389 389
390 gchar *bmp_paths[BMP_PATH_COUNT] = {}; 390 gchar *bmp_paths[BMP_PATH_COUNT] = {};
391 391
392 GList *dock_window_list = NULL; 392 GList *dock_window_list = NULL;
393 393
394 gboolean pposition_broken = FALSE;
395
396 gboolean starting_up = TRUE; 394 gboolean starting_up = TRUE;
397 395
398 /* XXX: case-sensitivity is bad for lazy nenolods. :( -nenolod */ 396 /* XXX: case-sensitivity is bad for lazy nenolods. :( -nenolod */
399 static gchar *pl_candidates[] = { 397 static gchar *pl_candidates[] = {
400 PLUGIN_FILENAME("ALSA"), 398 PLUGIN_FILENAME("ALSA"),