theide: removed unused variable in WorkspaceWork

git-svn-id: svn://ultimatepp.org/upp/trunk@1318 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-06-17 19:20:49 +00:00
parent fa03625eee
commit cb12e71e6f

View file

@ -276,7 +276,6 @@ void WorkspaceWork::AddFile(ADDFILE af)
{
String active = GetActivePackage();
if(active.IsEmpty()) return;
FileSel fss;
FileSel *fs = &OutputFs();
RealizeDirectory(GetLocalDir());
switch(af)