Bug 324856, r=bryner Send notifications for RemoveFolderChildren, update bugs.

Original committer: brettw%gmail.com
Original revision: 1.16
Original date: 2006/01/27 00:36:16
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 15:06:56 +00:00
Родитель f1d29dc0ff
Коммит e08fcdf564
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -115,7 +115,6 @@ private:
nsCOMPtr<mozIStorageStatement> mDBGetFolderInfo; // kGetFolderInfoIndex_* results
nsCOMPtr<mozIStorageStatement> mDBGetChildren; // kGetInfoIndex_* results + kGetChildrenIndex_* results
nsCOMPtr<mozIStorageStatement> mDBGetFolderChildren;
static const PRInt32 kGetChildrenIndex_Position;
static const PRInt32 kGetChildrenIndex_ItemChild;
static const PRInt32 kGetChildrenIndex_FolderChild;