mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 825866. Part 9: Remove Set/GetViewFlags since they're unused. r=tnikkel
This commit is contained in:
parent
943cb99eff
commit
1781533dc3
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user