diff --git a/src/wall.h b/src/wall.h --- a/src/wall.h +++ b/src/wall.h @@ -4,12 +4,12 @@ * * This file is part of the Virtual Leaf. * - * The Virtual Leaf is free software: you can redistribute it and/or modify + * VirtualLeaf is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * The Virtual Leaf is distributed in the hope that it will be useful, + * VirtualLeaf is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. @@ -46,7 +46,7 @@ class Wall : public WallBase { void Draw(QGraphicsScene *c); //! Visualize contents of the apoplast - void DrawApoplast(QGraphicsScene *c); + //void DrawApoplast(QGraphicsScene *c); /*! \brief Visualize the structure of the wall (Cell ID's etc.). Used for debugging purposes. */