diff --git a/src/const.h b/src/const.h
index 09ec7636d1bcedc50af21d13ebd34f6eff940ee8..53bbb856949d3ec21e8109c48ab9eae7d3b13a2b 100644
--- a/src/const.h
+++ b/src/const.h
@@ -39,9 +39,6 @@
 /* Thermal energy per unit mass used as a constant for the isothermal EoS */
 #define const_isothermal_internal_energy 20.2615290634f
 
-/* Self gravity stuff. */
-#define const_gravity_multipole_order 1
-
 /* Type of gradients to use (GIZMO_SPH only) */
 /* If no option is chosen, no gradients are used (first order scheme) */
 //#define GRADIENTS_SPH
diff --git a/src/gravity_derivatives.h b/src/gravity_derivatives.h
index a02a1d78f07ba8922877888c53f39fb78aa2f701..e5c7722bc3e5ebed50b1062c74e3dad830c9b145 100644
--- a/src/gravity_derivatives.h
+++ b/src/gravity_derivatives.h
@@ -23,7 +23,7 @@
  * @file gravity_derivatives.h
  * @brief Derivatives (up to 3rd order) of the gravitational potential.
  *
- * We use the notation of Dehnen, Computational Astrophysics and Cosmology, 
+ * We use the notation of Dehnen, Computational Astrophysics and Cosmology,
  * 1, 1, pp. 24 (2014), arXiv:1405.2255
  */