qmsk/dmx/heads.py
changeset 84 9ebf1a2cee3a
parent 83 136e210fce82
--- a/qmsk/dmx/heads.py	Thu May 01 23:34:20 2014 +0300
+++ b/qmsk/dmx/heads.py	Thu May 01 23:44:42 2014 +0300
@@ -54,9 +54,6 @@
         for attr in self.channels :
             yield self.attrs.get(attr, 0)
 
-    def __call__ (self, dmx) :
-        dmx[self.channel] = tuple(self)
-
 class Stairville_LEDPar56 (Head) :
     CHANNELS = [
         'control1',