Bug 1029627 - Remove unused string variable and member variable in WinUtils code. r=jmathies

This commit is contained in:
Jonathan Watt 2014-06-25 12:59:41 +01:00
parent 3fd4bd1ac3
commit d6b1aace21
2 changed files with 0 additions and 3 deletions

View File

@ -753,8 +753,6 @@ AsyncFaviconDataReady::OnComplete(nsIURI *aFaviconURI,
NS_ENSURE_SUCCESS(rv, rv);
// Decode the image from the format it was returned to us in (probably PNG)
nsAutoCString mimeTypeOfInputData;
mimeTypeOfInputData.AssignLiteral("image/vnd.microsoft.icon");
nsCOMPtr<imgIContainer> container;
nsCOMPtr<imgITools> imgtool = do_CreateInstance("@mozilla.org/image/tools;1");
rv = imgtool->DecodeImageData(stream, aMimeType,

View File

@ -382,7 +382,6 @@ public:
private:
nsAutoString mIconPath;
nsAutoCString mMimeTypeOfInputData;
nsAutoArrayPtr<uint8_t> mBuffer;
HMODULE sDwmDLL;
uint32_t mBufferLength;