Bug 825866. Part 9: Remove Set/GetViewFlags since they're unused. r=tnikkel

This commit is contained in:
Robert O'Callahan 2013-01-04 02:23:12 +13:00
parent 943cb99eff
commit 1781533dc3

View File

@ -376,9 +376,6 @@ public:
return mDirtyRegion;
}
uint32_t GetViewFlags() const { return mVFlags; }
void SetViewFlags(uint32_t aFlags) { mVFlags = aFlags; }
// nsIWidgetListener
virtual nsIPresShell* GetPresShell() MOZ_OVERRIDE;
virtual nsView* GetView() MOZ_OVERRIDE { return this; }