mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Streamline definition on plugin features
This commit is contained in:
@@ -825,7 +825,6 @@ namespace hex {
|
||||
{
|
||||
int width = 0, height = 0;
|
||||
glfwGetWindowSize(m_window, &width, &height);
|
||||
glfwSetWindowSize(m_window, width, height);
|
||||
|
||||
if (initialWindowProperties.has_value()) {
|
||||
width = initialWindowProperties->width;
|
||||
|
||||
Reference in New Issue
Block a user