]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondefault.h
Removed useless *Listener class and references.
[architektonas] / src / actions / actiondefault.h
index c02bfe09a60598ca8dd2ff69f9c71e93f2515c44..354e1725c3c188bd46146f6dcbfdd1cc08726996 100644 (file)
@@ -17,13 +17,13 @@ class ActionDefault: public ActionInterface
                 * Action States.
                 */
                enum Status {
-                       Neutral, /**< we don't know what we do yet.  */
-                       Dragging, /**< dragging (either an entity or the
-                                            first part of a selection window) */
-                       SetCorner2, /**< Setting the 2nd corner of a selection window. */
-                       Moving, /**< Moving entities (drag'n'drop) */
-                       MovingRef /**< Moving a reference point of one or more selected
-                                            entities */
+                       Neutral,        /**< we don't know what we do yet.  */
+                       Dragging,       /**< dragging (either an entity or the
+                                                       first part of a selection window) */
+                       SetCorner2,     /**< Setting the 2nd corner of a selection window. */
+                       Moving,         /**< Moving entities (drag'n'drop) */
+                       MovingRef       /**< Moving a reference point of one or more selected
+                                                       entities */
                };
 
        public: