浏览代码

Wayland: Remove unused struct member

Camilla Löwy 1 年之前
父节点
当前提交
6f1ddf51a1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/wl_platform.h

+ 0 - 1
src/wl_platform.h

@@ -379,7 +379,6 @@ typedef struct _GLFWwindowWayland
 
     struct {
         struct libdecor_frame*  frame;
-        int                     mode;
     } libdecor;
 
     _GLFWcursor*                currentCursor;