From 6ef035a2ad6ac9e3d9f5c2950a7ac2664919bd0b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 11 Jun 2019 22:48:23 +0200 Subject: Remove testing code --- src/nanolight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nanolight.c b/src/nanolight.c index 52f338e..82332f0 100644 --- a/src/nanolight.c +++ b/src/nanolight.c @@ -534,7 +534,7 @@ int main(int argc, char *argv[]) create_fixture(&nl, &cls, "mh1", 1); create_fixture(&nl, &cls, "mh2", 52); create_fixture(&nl, &cls, "mh3", 103); - create_fixture(&nl, &cls, "mh4", 154)->attr_vals[0]=255; + create_fixture(&nl, &cls, "mh4", 154); /* Set up output */ g_timeout_add(100, scanout_cb, &nl); -- cgit v1.2.3