Removed unused variables and methods

This commit is contained in:
kipp 1998-05-12 01:29:43 +00:00
Родитель 7004a73082
Коммит b58d55a356
1 изменённых файлов: 0 добавлений и 12 удалений

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

@ -53,19 +53,10 @@ public:
virtual float GetTwipsToPixels() const;
virtual nsIDeviceContext* GetDeviceContext() const;
// nsPresContext methods
virtual void BeginLoadImageUpdate();
virtual void ImageUpdate(nsIFrame* aFrame);
virtual void EndLoadImageUpdate();
protected:
nsPresContext();
virtual ~nsPresContext();
virtual void ProcessLoadImageUpdates();
nsIPresShell* mShell;
nsRect mVisibleArea;
nsIDeviceContext* mDeviceContext;
@ -73,10 +64,7 @@ protected:
nsILinkHandler* mLinkHandler;
nsISupports* mContainer;
nsFont mDefaultFont;
nsVoidArray mImageLoaders;
nsVoidArray mPendingImageUpdates;
PRInt32 mImageUpdates;
};
#endif /* nsPresContext_h___ */