aliokan / monsterdebugger

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

Private var TYPE_ALL is never used #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Into private const VERSION:Number = 2.0;

Private var TYPE_ALL is never used

For fix : 
line 191: lineIn.allowDomain(TYPE_ALL); 

Original issue reported on code.google.com by l.deketelaere on 5 Feb 2009 at 7:47

GoogleCodeExporter commented 8 years ago
The TYPE_ALL constant is removed and not used in the lineIn.allowDomain() 
function.
We've created another constant for the allow domain variable called: 
ALLOWED_DOMAIN

Original comment by ferdikoomenmobile@gmail.com on 6 Feb 2009 at 10:53