mirror of https://github.com/buggins/dlangide.git
remove invalid filename hack for #323
This commit is contained in:
parent
a4f0f07112
commit
5cef11c0d4
|
@ -414,8 +414,6 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
|
||||||
if (!file && !filename)
|
if (!file && !filename)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
filename ~= ".invalid";
|
|
||||||
|
|
||||||
if (!file)
|
if (!file)
|
||||||
file = _wsPanel.findSourceFileItem(filename, false);
|
file = _wsPanel.findSourceFileItem(filename, false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue