]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.cxx
index 15d0d397a662bcbef673534f217f3995c184cb35..b33bb80e65f94a3350c81ca0cec9b027f57f2838 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;
@@ -183,6 +168,7 @@ namespace bbtk
 
        //=========================================================================
 
+
 }  // EO namespace bbtk
 
 // EOF