diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/waffle/waffle_init.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/waffle/waffle_init.h b/include/waffle/waffle_init.h index 086de27..c52c90d 100644 --- a/include/waffle/waffle_init.h +++ b/include/waffle/waffle_init.h @@ -90,13 +90,6 @@ extern "C" { WAFFLE_API bool waffle_init(const int32_t *attrib_list); -/// @brief Get the platform given to waffle_init(). -/// -/// This may be called before waffle_init(), in which `WAFFLE_NONE` -/// is returned. Otherwise, one of `WAFFLE_PLATFORM_*` is returned. -WAFFLE_API int32_t -waffle_get_platform(void); - #ifdef __cplusplus } // end extern "C" #endif |