Index: printing/print_settings.h |
=================================================================== |
--- printing/print_settings.h (revision 105095) |
+++ printing/print_settings.h (working copy) |
@@ -15,16 +15,6 @@ |
namespace printing { |
-// Returns true if color model is selected. |
-bool isColorModelSelected(int model); |
- |
-#if defined (USE_CUPS) |
- // Get the color model setting name and value for the |color_mode|. |
- void GetColorModelForMode(int color_mode, |
- std::string* color_setting_name, |
- std::string* color_value); |
-#endif |
- |
// OS-independent print settings. |
class PRINTING_EXPORT PrintSettings { |
public: |
Property changes on: printing/print_settings.h |
___________________________________________________________________ |
Added: svn:mergeinfo |