aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-20 19:43:34 -0400
committerDavid Robillard <d@drobilla.net>2022-05-21 16:49:47 -0400
commit0fc1422e858bf9849b84aee2abeca3b553214b73 (patch)
treeba6fca0afcdee06b9283d408b71a11dab0a5e6fd /src/x11.h
parent692dbf482859e91f0dbadaa97152ab779f9a4648 (diff)
downloadpugl-0fc1422e858bf9849b84aee2abeca3b553214b73.tar.gz
pugl-0fc1422e858bf9849b84aee2abeca3b553214b73.tar.bz2
pugl-0fc1422e858bf9849b84aee2abeca3b553214b73.zip
X11: Remove redundant display member
Diffstat (limited to 'src/x11.h')
-rw-r--r--src/x11.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x11.h b/src/x11.h
index 720dbeb..49a1d06 100644
--- a/src/x11.h
+++ b/src/x11.h
@@ -48,7 +48,6 @@ struct PuglWorldInternalsImpl {
};
struct PuglInternalsImpl {
- Display* display;
XVisualInfo* vi;
Window win;
XIC xic;