diff options
Diffstat (limited to 'src/atoms.rs')
-rw-r--r-- | src/atoms.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atoms.rs b/src/atoms.rs index 4dfcf47..5db75da 100644 --- a/src/atoms.rs +++ b/src/atoms.rs @@ -5,7 +5,7 @@ use xcb::Connection; pub struct InternedAtoms {} impl InternedAtoms { - pub fn new_with(conn: &Connection) -> Result<Self> { + pub fn new_with(_conn: &Connection) -> Result<Self> { // TODO: intern atoms // utf8string = XInternAtom(dpy, "UTF8_STRING", False); |