From 7892708682bea5855818809ea6340d26c7c7f389 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Fri, 10 Jan 2014 14:14:53 +0100
Subject: [PATCH] Fix double declaration

---
 xbob/io/include/xbob.io/api.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/xbob/io/include/xbob.io/api.h b/xbob/io/include/xbob.io/api.h
index 2c33a93..a53cc22 100644
--- a/xbob/io/include/xbob.io/api.h
+++ b/xbob/io/include/xbob.io/api.h
@@ -223,8 +223,6 @@ typedef struct {
 #    endif
 #  endif
 
-  static void **PyXbobIo_API;
-
   /**************
    * Versioning *
    **************/
-- 
GitLab