]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx
Organizing code, the state now is in the view and the general render was simplified...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.cxx
index 15d0d397a662bcbef673534f217f3995c184cb35..bd863cc2e686b836f123cc3bf2b52a51514d06c0 100644 (file)
@@ -50,7 +50,6 @@ namespace bbtk
                _xFin = 0;
                _yFin = 0;
                _zFin = 900;
-               _state = NOTHING_HAPPENS;
        }
 
        //=========================================================================
@@ -100,20 +99,6 @@ namespace bbtk
        }
        //=========================================================================
 
-       void GObjectModel::setState(int state)
-       {
-               _state = state;
-       }
-
-       //=========================================================================
-
-       int GObjectModel::getState()
-       {
-               return _state;
-       }
-
-       //=========================================================================
-
        void GObjectModel::setGObjectType(int gObjectType)
        {
                _gObjectType = gObjectType;