зеркало из https://github.com/mozilla/pjs.git
Removed explict call of base class constructor
This commit is contained in:
Родитель
53cb72de5e
Коммит
0e696d9722
|
@ -109,7 +109,6 @@ protected:
|
|||
|
||||
|
||||
nsImageControlFrame::nsImageControlFrame()
|
||||
: nsImageControlFrameSuper()
|
||||
{
|
||||
mLastMouseState = eMouseNone;
|
||||
mLastClickPoint = nsPoint(0,0);
|
||||
|
|
|
@ -109,7 +109,6 @@ protected:
|
|||
|
||||
|
||||
nsImageControlFrame::nsImageControlFrame()
|
||||
: nsImageControlFrameSuper()
|
||||
{
|
||||
mLastMouseState = eMouseNone;
|
||||
mLastClickPoint = nsPoint(0,0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче