diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/generic/gensys.h | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/print.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/generic/gensys.h b/vcl/inc/generic/gensys.h index fd21110a4f97..e485cc50f215 100644 --- a/vcl/inc/generic/gensys.h +++ b/vcl/inc/generic/gensys.h @@ -57,7 +57,6 @@ class VCL_DLLPUBLIC SalGenericSystem : public SalSystem static const char *getFrameResName(); static const char *getFrameClassName(); static rtl::OString getFrameResName( SalExtStyle nStyle ); - static bool enableExperimentalFeatures(); }; #endif // _SV_GENSYS_H diff --git a/vcl/inc/vcl/print.hxx b/vcl/inc/vcl/print.hxx index edb47abf55d6..302670cce840 100644 --- a/vcl/inc/vcl/print.hxx +++ b/vcl/inc/vcl/print.hxx @@ -677,8 +677,6 @@ class VCL_DLLPUBLIC PrinterOptionsHelper ); }; -VCL_DLLPUBLIC bool useSystemPrintDialog(); - } |