MetalBackend.h: Remove dead declarations

BUG=

Change-Id: Iaa19701a9fd0299db027917f7053fc50e18c6bf8
Reviewed-on: https://dawn-review.googlesource.com/c/3340
Reviewed-by: Stephen White <senorblanco@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2019-01-03 17:59:08 +00:00 committed by Commit Bot service account
parent 74ec15010f
commit 0b364067d0
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@
namespace dawn_native { namespace metal { namespace dawn_native { namespace metal {
DAWN_NATIVE_EXPORT dawnDevice CreateDevice(id<MTLDevice> metalDevice); DAWN_NATIVE_EXPORT dawnDevice CreateDevice(id<MTLDevice> metalDevice);
DAWN_NATIVE_EXPORT void SetNextDrawable(dawnDevice device, id<CAMetalDrawable> drawable);
DAWN_NATIVE_EXPORT void Present(dawnDevice device);
}} // namespace dawn_native::metal }} // namespace dawn_native::metal
#endif // DAWNNATIVE_METALBACKEND_H_ #endif // DAWNNATIVE_METALBACKEND_H_