Tracker: Remove two outdated comments, whitespace cleanup.

This commit is contained in:
Michael Lotz 2015-04-08 16:48:10 +02:00
parent d854f235bc
commit 0a74a00526
4 changed files with 3 additions and 5 deletions

View File

@ -261,7 +261,6 @@ private:
bool fHaveCommonPreferredApp; bool fHaveCommonPreferredApp;
SearchForSignatureEntryList* fIterator; SearchForSignatureEntryList* fIterator;
// private copy of the iterator pointer
typedef BPoseView _inherited; typedef BPoseView _inherited;
}; };

View File

@ -1487,7 +1487,6 @@ BPoseView::AddPosesTask(void* castToParams)
delete posesResult; delete posesResult;
delete container; delete container;
// build attributes menu based on mime types we've added
if (lock.Lock()) if (lock.Lock())
view->fAddPosesThreads.erase(threadID); view->fAddPosesThreads.erase(threadID);