[vlc-devel] commit: include: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE definitions. ( Pierre d'Herbemont )

git version control git at videolan.org
Mon Apr 14 02:03:16 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon Apr 14 00:09:44 2008 +0200| [63823295d58bce8ce0539cce5d7d59cd17dadefe]

include: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE definitions.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63823295d58bce8ce0539cce5d7d59cd17dadefe
---

 include/vlc/common.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/include/vlc/common.h b/include/vlc/common.h
index 107bc94..a6827b4 100644
--- a/include/vlc/common.h
+++ b/include/vlc/common.h
@@ -45,7 +45,6 @@ extern "C" {
 /*****************************************************************************
  * Our custom types
  *****************************************************************************/
-typedef bool vlc_bool_t; /* (shouldn't be exposed) */
 typedef struct vlc_list_t vlc_list_t; /* (shouldn't be exposed) */
 typedef struct vlc_object_t vlc_object_t; /* (shouldn't be exposed) */
 
@@ -109,12 +108,6 @@ struct vlc_list_t
 #define VLC_EEXITSUCCESS  -999                /* Program exited successfully */
 #define VLC_EGENERIC      -666                              /* Generic error */
 
-/*****************************************************************************
- * Booleans (shouldn't be exposed)
- *****************************************************************************/
-#define VLC_FALSE false
-#define VLC_TRUE  true
-
 /**
  * \defgroup var_type Variable types  (shouldn't be exposed)
  * These are the different types a vlc variable can have.




More information about the vlc-devel mailing list