]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/offset.hh
Issue 4961/7: Remove complex{conjugate,divide,exp}, Offset::arg
[lilypond.git] / flower / include / offset.hh
index c6c166cc428037cb1883363a5601a90d2ff68785..a8c5987801069b01790b545b4a12db4c70923bfc 100644 (file)
@@ -111,7 +111,6 @@ public:
   Offset direction () const;
   Offset swapped () const;
 
-  Real arg () const;
   Real angle_degrees () const;
   Real length () const;
   bool is_sane () const;
@@ -124,8 +123,6 @@ IMPLEMENT_ARITHMETIC_OPERATOR (Offset, -);
 IMPLEMENT_ARITHMETIC_OPERATOR (Offset, *);
 
 Offset complex_multiply (Offset, Offset);
-Offset complex_divide (Offset, Offset);
-Offset complex_exp (Offset);
 Offset offset_directed (Real);
 
 inline Offset