Bug 978348. PresShell::SetDisplayPort is dead code, remove it. r=dholbert

This commit is contained in:
Timothy Nikkel 2014-02-28 20:16:06 -06:00
Родитель 61432e7cc5
Коммит 8addf76ccc
2 изменённых файлов: 0 добавлений и 7 удалений

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

@ -5263,11 +5263,6 @@ void PresShell::SetIgnoreViewportScrolling(bool aIgnore)
SetRenderingState(state);
}
void PresShell::SetDisplayPort(const nsRect& aDisplayPort)
{
NS_ABORT_IF_FALSE(false, "SetDisplayPort is deprecated");
}
nsresult PresShell::SetResolution(float aXResolution, float aYResolution)
{
if (!(aXResolution > 0.0 && aYResolution > 0.0)) {

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

@ -179,8 +179,6 @@ public:
virtual void SetIgnoreViewportScrolling(bool aIgnore) MOZ_OVERRIDE;
virtual void SetDisplayPort(const nsRect& aDisplayPort);
virtual nsresult SetResolution(float aXResolution, float aYResolution) MOZ_OVERRIDE;
virtual gfxSize GetCumulativeResolution() MOZ_OVERRIDE;