Home » Developing U++ » Bugs (& fixes) » Creatted not using object var by type FileSel
Creatted not using object var by type FileSel [message #22071] |
Tue, 16 June 2009 17:11 |
|
Hello, in svn source code is created not used object var "fss".
Address: uppsrc\ide\UppWspc.cpp.
Here is a part of code that contain non used var:
void WorkspaceWork::AddFile(ADDFILE af)
{
String active = GetActivePackage();
if(active.IsEmpty()) return;
==>>HERE FileSel fss;
FileSel *fs = &OutputFs();
..............................
}
|
|
|
Goto Forum:
Current Time: Thu Nov 14 05:06:43 CET 2024
Total time taken to generate the page: 0.03123 seconds
|