無意味なTODOタグの消去

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@232 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2011-04-27 05:50:27 +00:00
parent 192209ec58
commit a357d5bf7e
8 changed files with 11 additions and 14 deletions

View File

@ -364,7 +364,6 @@ void AddCurrentDirectory(std::vector<common::SavePathInfo>* list, std::wstring c
bool ListTwlSaveDataDirectory(std::wstring currentDirectory, u32 level, std::vector<common::SavePathInfo>* list,
std::vector<std::wstring>* programIdList)
{
// TODO: リードオンリーのファイルが消去できない
nn::fs::FileInputStream fis;
nn::fs::Directory dir;
nn::Result result;

View File

@ -127,7 +127,6 @@ bool DownloadTitleSucceeded()
TitleDownloader::TitleDownloader() : m_TwlTiteNum(0)
{
// TODO 自動生成されたコンストラクター・スタブ
for(u32 i = 0; i < TWL_IMPORTABLE_TITLE_MAX; i++)
{
m_ProgramIdList[i] = 0;
@ -137,7 +136,7 @@ TitleDownloader::TitleDownloader() : m_TwlTiteNum(0)
TitleDownloader::~TitleDownloader()
{
// TODO Auto-generated destructor stub
}

View File

@ -30,13 +30,13 @@ namespace
CommonLogger::CommonLogger()
{
// TODO 自動生成されたコンストラクター・スタブ
}
CommonLogger::~CommonLogger()
{
// TODO Auto-generated destructor stub
}
void CommonLogger::Initialize(u32 width, u32 height, u32 maxLine, demo::RenderSystemDrawing* renderSystem)

View File

@ -25,7 +25,7 @@ HardwareStateManager::HardwareStateManager(Util& hwUtility)
HardwareStateManager::~HardwareStateManager()
{
// TODO Auto-generated destructor stub
}
void HardwareStateManager::Finalize()

View File

@ -22,13 +22,12 @@ nn::fnd::ThreadSafeExpHeap HeapManager::s_AppHeap;
HeapManager::HeapManager()
{
// TODO 自動生成されたコンストラクター・スタブ
}
HeapManager::~HeapManager()
{
// TODO Auto-generated destructor stub
}
nn::fnd::ThreadSafeExpHeap* HeapManager::GetHeap()

View File

@ -29,13 +29,13 @@ namespace common
PlayHistoryManager::PlayHistoryManager()
{
// TODO 自動生成されたコンストラクター・スタブ
}
PlayHistoryManager::~PlayHistoryManager()
{
// TODO Auto-generated destructor stub
}
void PlayHistoryManager::Export()

View File

@ -24,13 +24,13 @@ u32 SdMountManager::m_MountCounter = 0;
SdMountManager::SdMountManager()
{
// TODO 自動生成されたコンストラクター・スタブ
}
SdMountManager::~SdMountManager()
{
// TODO Auto-generated destructor stub
}
nn::Result SdMountManager::Mount()

View File

@ -39,13 +39,13 @@ namespace common
Util::Util() :
m_BatteryRemain(100), m_CanReadSerialNumber(false), m_CanReadIvs(false)
{
// TODO 自動生成されたコンストラクター・スタブ
}
Util::~Util()
{
// TODO Auto-generated destructor stub
}
void Util::Initialize()