# HG changeset patch
# User Edouard Tisserant
# Date 1329395224 -3600
# Node ID b6568471de909bfb52184f299217e5e72d3310ad
# Parent  ffa2afab2806721db71140f77080ba87df8df4b1
removed forgotten prototype in __INIT_EXTERNAL accessor, causing warning ant build time

diff -r ffa2afab2806 -r b6568471de90 lib/accessor.h
--- a/lib/accessor.h	Tue Feb 07 20:20:19 2012 +0100
+++ b/lib/accessor.h	Thu Feb 16 13:27:04 2012 +0100
@@ -57,7 +57,6 @@
 	__INIT_RETAIN(domain##__##name, retained)
 #define __INIT_EXTERNAL(type, global, name, retained)\
     {\
-        type* __GET_GLOBAL_##global();\
 		name.value = __GET_GLOBAL_##global();\
 		__INIT_RETAIN(name, retained)\
     }