mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1029627 - Remove unused string variable and member variable in WinUtils code. r=jmathies
This commit is contained in:
parent
3fd4bd1ac3
commit
d6b1aace21
@ -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…
Reference in New Issue
Block a user