mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 709528 - Remove unused nsDeviceContextSpecG::SetMultipleConcurrentDeviceContextsSupported; r=roc a=edmorley
This commit is contained in:
parent
d52f4fc9f3
commit
09e9ecbad3
@ -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 */
|
||||
|
||||
//---------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user