From 713d5d5f9cf6952bb9d1f8b9aa03dda7f6b2c593 Mon Sep 17 00:00:00 2001
From: Mladen Ivkovic <mladen.ivkovic@hotmail.com>
Date: Thu, 8 Aug 2019 14:22:26 +0200
Subject: [PATCH] removed dx_max from space.h since it's not needed anymore

---
 src/space.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/space.h b/src/space.h
index c294bfae36..1b31f04958 100644
--- a/src/space.h
+++ b/src/space.h
@@ -112,9 +112,6 @@ struct space {
   /*! The minimum top-level cell width allowed. */
   double cell_min;
 
-  /*! Current maximum displacement for particles. */
-  float dx_max;
-
   /*! Space dimensions in number of top-cells. */
   int cdim[3];
 
-- 
GitLab