mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
Bug 1029627 - Remove unused string variable and member variable in WinUtils code. r=jmathies
This commit is contained in:
parent
17ac78ac56
commit
5caa7967c5
@ -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,
|
||||
|
@ -382,7 +382,6 @@ public:
|
||||
|
||||
private:
|
||||
nsAutoString mIconPath;
|
||||
nsAutoCString mMimeTypeOfInputData;
|
||||
nsAutoArrayPtr<uint8_t> mBuffer;
|
||||
HMODULE sDwmDLL;
|
||||
uint32_t mBufferLength;
|
||||
|
Loading…
x
Reference in New Issue
Block a user