зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1408751
- nsDeviceChannel::OpenContentStream: remove unused variable 'width' & 'height' r=dragana
MozReview-Commit-ID: II8mvYlvLZZ --HG-- extra : rebase_source : 2c75a2aa8e18e1563f210aba8bef686e117793e0
This commit is contained in:
Родитель
4ee54ec509
Коммит
47e0a0230a
|
@ -77,8 +77,6 @@ nsDeviceChannel::OpenContentStream(bool aAsync,
|
|||
nsCOMPtr<nsIURI> uri = nsBaseChannel::URI();
|
||||
*aStream = nullptr;
|
||||
*aChannel = nullptr;
|
||||
NS_NAMED_LITERAL_CSTRING(width, "width=");
|
||||
NS_NAMED_LITERAL_CSTRING(height, "height=");
|
||||
|
||||
nsAutoCString spec;
|
||||
nsresult rv = uri->GetSpec(spec);
|
||||
|
|
Загрузка…
Ссылка в новой задаче