Changeset 677

Show
Ignore:
Timestamp:
12/20/09 12:02:04 (2 years ago)
Author:
erikd
Message:

Remove duplicate g_mutex_new() for play_mutex.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/src/driver.c

    r583 r677  
    4848extern sw_driver * driver_solaris; 
    4949 
    50 extern GMutex * play_mutex; 
    51  
    5250/* preferred driver */ 
    5351static sw_driver _driver_null = { 
     
    761759  pref = driver_solaris; 
    762760#endif 
    763  
    764   play_mutex = g_mutex_new (); 
    765 
     761
  • sweep/trunk/src/play.c

    r304 r677  
    6363#define USE_MONITOR_KEY "UseMonitor" 
    6464 
    65 GMutex * play_mutex = NULL; 
     65static GMutex * play_mutex = NULL; 
    6666 
    6767static sw_handle * main_handle = NULL;