From 1b25e970517c5d44b1c4daa7c373c47b04cb2919 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 28 Mar 2013 17:50:42 +0100
Subject: [PATCH] reporting: @section: remove unsupported field

---
 matlab/reporting/@section/display.m | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/matlab/reporting/@section/display.m b/matlab/reporting/@section/display.m
index 67d9c5cc22..f8dbb345b9 100644
--- a/matlab/reporting/@section/display.m
+++ b/matlab/reporting/@section/display.m
@@ -29,10 +29,6 @@ function display(o)
 % along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
 
 name = 'report.page.section';
-disp(' ');
-disp([name '.align = ']);
-disp(' ');
-disp(['     ''' o.align '''']);
 
 disp(' ');
 disp([name '.cols = ']);
-- 
GitLab