Bug 1366744 - Remove needless SetPaperSizeUnit override. r=haik

MozReview-Commit-ID: B2ovi3xuY0j

--HG--
extra : rebase_source : c3015ee84d3801c50455c1912796ebd4ba8b50d5
extra : histedit_source : 44cd10b9317139d86848045a482cecba2c5b4367
This commit is contained in:
Hiroshi Hatake 2017-06-07 14:24:05 +09:00
parent 7c7f32088a
commit dd655fb5a4
2 changed files with 0 additions and 9 deletions

View File

@ -65,8 +65,6 @@ public:
void SetInchesScale(float aWidthScale, float aHeightScale);
void GetInchesScale(float *aWidthScale, float *aHeightScale);
NS_IMETHOD SetPaperSizeUnit(int16_t aPaperSizeUnit) override;
NS_IMETHOD SetScaling(double aScaling) override;
NS_IMETHOD SetToFileName(const char16_t * aToFileName) override;

View File

@ -289,13 +289,6 @@ void nsPrintSettingsX::GetAdjustedPaperSize(double *aWidth, double *aHeight)
*aHeight = mAdjustedPaperHeight;
}
NS_IMETHODIMP
nsPrintSettingsX::SetPaperSizeUnit(int16_t aPaperSizeUnit)
{
mPaperSizeUnit = aPaperSizeUnit;
return NS_OK;
}
NS_IMETHODIMP
nsPrintSettingsX::SetScaling(double aScaling)
{