зеркало из https://github.com/mozilla/pjs.git
Clean up compiler warning (unused variable)
This commit is contained in:
Родитель
852a2545d8
Коммит
bda05c6a59
|
@ -398,7 +398,6 @@ NS_MoveWidget(nsISupports* aWidget, PRUint32 aX, PRUint32 aY)
|
||||||
extern NS_WIDGET nsresult
|
extern NS_WIDGET nsresult
|
||||||
NS_EnableWidget(nsISupports* aWidget, PRBool aEnable)
|
NS_EnableWidget(nsISupports* aWidget, PRBool aEnable)
|
||||||
{
|
{
|
||||||
void* result = nsnull;
|
|
||||||
nsIWidget* widget;
|
nsIWidget* widget;
|
||||||
if (NS_OK == aWidget->QueryInterface(kIWidgetIID,(void**)&widget))
|
if (NS_OK == aWidget->QueryInterface(kIWidgetIID,(void**)&widget))
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче