aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Becker <ampernand@gmail.com>2017-04-23 10:16:25 -0400
committerJeff Becker <ampernand@gmail.com>2017-04-23 10:16:25 -0400
commit07168f840c229b8cc0acec269adce1293ca9c1cb (patch)
tree3b5f9ed08805d5b5f70c316c5fd8b0aa5364088c
parente63b79b64577ae46ff4dc3b24be1582b4cfe1285 (diff)
downloadwterm-07168f840c229b8cc0acec269adce1293ca9c1cb.zip
wterm-07168f840c229b8cc0acec269adce1293ca9c1cb.tar.gz
wterm-07168f840c229b8cc0acec269adce1293ca9c1cb.tar.bz2
remove pedantic line
-rw-r--r--src/st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/st.c b/src/st.c
index 328cdb9..94ff02f 100644
--- a/src/st.c
+++ b/src/st.c
@@ -3762,7 +3762,6 @@ void
regglobal(void *data, struct wl_registry *registry, uint32_t name,
const char *interface, uint32_t version)
{
- printf("%s\n", interface);
if (strcmp(interface, "wl_compositor") == 0) {
wl.cmp = wl_registry_bind(registry, name,
&wl_compositor_interface, 3);