[vlc-commits] vlc_objects.h: Remove unrequired forward declaration

Hugo Beauzée-Luyssen git at videolan.org
Wed Oct 12 11:04:38 CEST 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Oct 12 11:03:29 2016 +0200| [c11670e8e6064edc190fa9e900cad9b5700a407e] | committer: Hugo Beauzée-Luyssen

vlc_objects.h: Remove unrequired forward declaration

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

 include/vlc_objects.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/vlc_objects.h b/include/vlc_objects.h
index 12f754a..598313e 100644
--- a/include/vlc_objects.h
+++ b/include/vlc_objects.h
@@ -41,8 +41,6 @@ struct vlc_object_t
     VLC_COMMON_MEMBERS
 };
 
-typedef struct vlc_dialog_provider vlc_dialog_provider;
-
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/



More information about the vlc-commits mailing list