summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/entry/entry_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry_x11.cpp')
-rw-r--r--3rdparty/bgfx/examples/common/entry/entry_x11.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/entry_x11.cpp b/3rdparty/bgfx/examples/common/entry/entry_x11.cpp
index 9d80593f9f4..a5f4b3fa6da 100644
--- a/3rdparty/bgfx/examples/common/entry/entry_x11.cpp
+++ b/3rdparty/bgfx/examples/common/entry/entry_x11.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2011-2023 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
*/
@@ -771,12 +771,6 @@ namespace entry
return s_ctx.m_display;
}
- bgfx::NativeWindowHandleType::Enum getNativeWindowHandleType(WindowHandle _handle)
- {
- BX_UNUSED(_handle);
- return bgfx::NativeWindowHandleType::Default;
- }
-
} // namespace entry
int main(int _argc, const char* const* _argv)