Bug 709528 - Remove unused nsDeviceContextSpecG::SetMultipleConcurrentDeviceContextsSupported; r=roc a=edmorley

This commit is contained in:
Ms2ger 2011-12-11 14:46:35 +01:00
parent d52f4fc9f3
commit 09e9ecbad3

View File

@ -180,11 +180,6 @@ public:
/* Does this device allow to set/change number of copies for an document ? */
void SetCanChangeNumCopies( bool aCanSetNumCopies );
/* Does this device allow multiple devicecontext instances to be used in
* parallel (e.g. print while the device is already in use by print-preview
* or printing while another print job is in progress) ? */
void SetMultipleConcurrentDeviceContextsSupported( bool aCanUseMultipleInstances );
private:
/* private helper methods */
void SetBoolValue( const char *tagname, bool value );
@ -372,11 +367,6 @@ void nsPrinterFeatures::SetCanChangeNumCopies( bool aCanSetNumCopies )
SetBoolValue("can_change_num_copies", aCanSetNumCopies);
}
void nsPrinterFeatures::SetMultipleConcurrentDeviceContextsSupported( bool aCanUseMultipleInstances )
{
SetBoolValue("can_use_multiple_devicecontexts_concurrently", aCanUseMultipleInstances);
}
#endif /* SET_PRINTER_FEATURES_VIA_PREFS */
//---------------