Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / media / TransferSettings.h
index 759bd5b..210b586 100644 (file)
@@ -264,16 +264,6 @@ public:
    */
   void setClientCertificatePath( const zypp::Pathname &path );
 
-  /**
-   * SSL client key file
-   */
-  Pathname clientKeyPath() const;
-
-  /**
-   * Sets the SSL client key file
-   */
-  void setClientKeyPath( const zypp::Pathname &path );
-
 protected:
   class Impl;
   RWCOW_pointer<Impl> _impl;