[Rawstudio-commit] r2033 - trunk/src

Anders Brander anders at brander.dk
Mon Sep 29 01:14:12 CEST 2008


Author: abrander
Date: 2008-09-29 01:14:12 +0200 (Mon, 29 Sep 2008)
New Revision: 2033

Modified:
   trunk/src/rawstudio.h
Log:
Removed unused OpenMP-locking.

Modified: trunk/src/rawstudio.h
===================================================================
--- trunk/src/rawstudio.h	2008-09-28 23:13:05 UTC (rev 2032)
+++ trunk/src/rawstudio.h	2008-09-28 23:14:12 UTC (rev 2033)
@@ -261,10 +261,6 @@
 	struct _rs_filetype *next;
 } RS_FILETYPE;
 
-#ifdef __RS_USE_OMP
-extern GMutex *omp_lock;
-#endif /* __RS_USE_OMP */
-
 void rs_local_cachedir(gboolean new_value);
 void rs_load_gdk(gboolean new_value);
 void rs_reset(RS_BLOB *rs);




More information about the Rawstudio-commit mailing list