This commit is contained in:
mhammond%skippinet.com.au 2003-07-30 01:13:50 +00:00
Родитель 557e88d6df
Коммит a05ad6a5fe
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -632,7 +632,6 @@ nsresult PyG_Base::InvokeNativeSetViaPolicy(
{
if ( m_pPyObject == NULL || szPropertyName == NULL )
return NS_ERROR_NULL_POINTER;
PyObject *ob_ret = NULL;
nsresult ret = NS_OK;
PyObject *real_ob = NULL;
char buf[256];