mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[RAPPS] Remove some dead code.
CAvailableApps::GetFolderPath() and friends are unnecessary, since the data they return are public members of the m_Strings global structure, that are already being used directly by other code.
This commit is contained in:
parent
35efa2b9c7
commit
b5a6357d93
2 changed files with 0 additions and 19 deletions
|
@ -613,19 +613,4 @@ ATL::CSimpleArray<CAvailableApplicationInfo> CAvailableApps::FindAppsByPkgNameLi
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
const ATL::CStringW& CAvailableApps::GetFolderPath() const
|
|
||||||
{
|
|
||||||
return m_Strings.szPath;
|
|
||||||
}
|
|
||||||
|
|
||||||
const ATL::CStringW& CAvailableApps::GetAppPath() const
|
|
||||||
{
|
|
||||||
return m_Strings.szAppsPath;
|
|
||||||
}
|
|
||||||
|
|
||||||
const ATL::CStringW& CAvailableApps::GetCabPath() const
|
|
||||||
{
|
|
||||||
return m_Strings.szCabPath;
|
|
||||||
}
|
|
||||||
// CAvailableApps
|
// CAvailableApps
|
||||||
|
|
|
@ -129,8 +129,4 @@ public:
|
||||||
CAvailableApplicationInfo* FindAppByPkgName(const ATL::CStringW& szPkgName) const;
|
CAvailableApplicationInfo* FindAppByPkgName(const ATL::CStringW& szPkgName) const;
|
||||||
ATL::CSimpleArray<CAvailableApplicationInfo> FindAppsByPkgNameList(const ATL::CSimpleArray<ATL::CStringW> &arrAppsNames) const;
|
ATL::CSimpleArray<CAvailableApplicationInfo> FindAppsByPkgNameList(const ATL::CSimpleArray<ATL::CStringW> &arrAppsNames) const;
|
||||||
//ATL::CSimpleArray<CAvailableApplicationInfo> GetSelected() const;
|
//ATL::CSimpleArray<CAvailableApplicationInfo> GetSelected() const;
|
||||||
|
|
||||||
const ATL::CStringW& GetFolderPath() const;
|
|
||||||
const ATL::CStringW& GetAppPath() const;
|
|
||||||
const ATL::CStringW& GetCabPath() const;
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue