[clutter/msvc-support-master: 10/10] clutter-main.c: Fix multiple declarations
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/msvc-support-master: 10/10] clutter-main.c: Fix multiple declarations
- Date: Thu, 20 Oct 2011 07:25:28 +0000 (UTC)
commit 3d74552684a6eb49bc67845bfb3839896395e66a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Thu Oct 20 15:42:55 2011 +0800
clutter-main.c: Fix multiple declarations
clutter_threads_impl_lock/clutter_threads_impl_unlock was accidently
defined 2 times during the revert-fix that.
clutter/clutter-main.c | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c
index 1e1efb3..ee8062c 100644
--- a/clutter/clutter-main.c
+++ b/clutter/clutter-main.c
@@ -916,18 +916,6 @@ clutter_main (void)
CLUTTER_TIMER_STOP (uprof_get_mainloop_context (), mainloop_timer);
}
-static void
-clutter_threads_impl_lock (void)
-{
- g_mutex_lock (&clutter_threads_mutex);
-}
-
-static void
-clutter_threads_impl_unlock (void)
-{
- g_mutex_unlock (&clutter_threads_mutex);
-}
-
/**
* clutter_threads_init:
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]