Skip to content

Commit

Permalink
Removed duplicate symbol for iOS in glfw library (#6302)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Jan 4, 2022
1 parent 6f8d55b commit d393bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions engine/glfw/lib/ios/app/EAGLView.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@

#include "internal.h"

_GLFWwin g_Savewin;

EAGLContext* g_glContext = 0;
EAGLContext* g_glAuxContext = 0;

// AppDelegate.m
extern _GLFWwin g_Savewin;
extern UIWindow* g_ApplicationWindow;
extern AppDelegate* g_ApplicationDelegate;

Expand Down
3 changes: 1 addition & 2 deletions engine/glfw/lib/ios/app/VulkanView.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@

#include "internal.h"

_GLFWwin g_Savewin;

// AppDelegate.m
extern _GLFWwin g_Savewin;
extern UIWindow* g_ApplicationWindow;
extern AppDelegate* g_ApplicationDelegate;

Expand Down

0 comments on commit d393bae

Please sign in to comment.