GODOFMINECRAFT4 / droidbox

Automatically exported from code.google.com/p/droidbox
0 stars 0 forks source link

Dead code / duplicate function in droidbox.py #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
droidbox4.1.1/scripts/droidbox.py

line 183, 184:
     def getRecvsaction(self):
        return self.recvsaction

line 192, 193:
     def getRecvActions(self):
        return self.recvsaction

the latter never gets called

Original issue reported on code.google.com by tareksa...@gmail.com on 15 May 2014 at 2:57

GoogleCodeExporter commented 9 years ago
thanks very much for the hint, we eliminated the dead code

Original comment by spreitze...@googlemail.com on 16 May 2014 at 8:36