Bug 709525 - Remove unused 1-argument nsDeviceContextSpecGTK::GetPrintMethod; r=roc a=edmorley

This commit is contained in:
Ms2ger 2011-12-11 14:45:01 +01:00
Родитель 73238dc103
Коммит 96d7490f85
2 изменённых файлов: 0 добавлений и 5 удалений

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

@ -571,10 +571,6 @@ NS_IMETHODIMP nsDeviceContextSpecGTK::GetPath(const char **aPath)
return NS_OK;
}
NS_IMETHODIMP nsDeviceContextSpecGTK::GetPrintMethod(PrintMethod &aMethod)
{
return GetPrintMethod(mPrinter, aMethod);
}
/* static !! */
nsresult nsDeviceContextSpecGTK::GetPrintMethod(const char *aPrinter, PrintMethod &aMethod)
{

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

@ -76,7 +76,6 @@ public:
NS_IMETHOD EndPage() { return NS_OK; }
NS_IMETHOD GetPath (const char **aPath);
NS_IMETHOD GetPrintMethod(PrintMethod &aMethod);
static nsresult GetPrintMethod(const char *aPrinter, PrintMethod &aMethod);
virtual ~nsDeviceContextSpecGTK();