oops...backed out previous changes and removed GetWindowPtr() because it's not used anywhere and it was a bad idea anyway: an object should either inherit from nsWindow and can access mWindowPtr, or should call GetNativeData().

This commit is contained in:
pierre%netscape.com 1998-11-04 07:08:05 +00:00
Родитель 4cf9e506f3
Коммит f6405a8b71
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -87,8 +87,6 @@ public:
PRBool PointInWidget(Point aThePoint);
WindowPtr GetWindowPtr() {return mWindowPtr;}
protected:
PRBool mWindowMadeHere; // true if we created the window
auto_ptr<nsMacEventHandler> mMacEventHandler;