Skip to content

Commit

Permalink
Merge pull request #17565 from AlwinEsch/remove-header
Browse files Browse the repository at this point in the history
[addons] remove deprecated xbmc_addon_types.h
  • Loading branch information
AlwinEsch committed Mar 27, 2020
2 parents d6f7088 + 5e64600 commit e1d4e5e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion xbmc/addons/kodi-addon-dev-kit/include/kodi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ set(HEADERS AddonBase.h
libXBMC_pvr.h
versions.h
xbmc_addon_dll.h
xbmc_addon_types.h
xbmc_epg_types.h
xbmc_pvr_dll.h
xbmc_pvr_types.h)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#endif

#include <stdint.h>
#include "xbmc_addon_types.h"
#include "AddonBase.h"
#ifdef BUILD_KODI_ADDON
#include "IFileTypes.h"
#else
Expand Down
1 change: 0 additions & 1 deletion xbmc/addons/kodi-addon-dev-kit/include/kodi/versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#define ADDON_GLOBAL_VERSION_MAIN_XML_ID "kodi.binary.global.main"
#define ADDON_GLOBAL_VERSION_MAIN_DEPENDS "AddonBase.h" \
"xbmc_addon_dll.h" \
"xbmc_addon_types.h" \
"libXBMC_addon.h" \
"addon-instance/"

Expand Down
11 changes: 0 additions & 11 deletions xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_addon_types.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <stdint.h>
#include <stdio.h>

#include "xbmc_addon_types.h"
#include "AddonBase.h"
#include "xbmc_epg_types.h"

/*! @note Define "USE_DEMUX" at compile time if demuxing in the PVR add-on is used.
Expand Down

0 comments on commit e1d4e5e

Please sign in to comment.