]> Shamusworld >> Repos - architektonas/blobdiff - src/action.cpp
Add Circle manipulation, fix Line movement bug.
[architektonas] / src / action.cpp
diff --git a/src/action.cpp b/src/action.cpp
deleted file mode 100644 (file)
index 817e1a0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-// action.cpp: Action base class
-//
-// Part of the Architektonas Project
-// (C) 2011 Underground Software
-// See the README and GPLv3 files for licensing and warranty information
-//
-// JLH = James Hammons <jlhamm@acm.org>
-//
-// WHO  WHEN        WHAT
-// ---  ----------  ------------------------------------------------------------
-// JLH  10/04/2011  Created this file
-//
-
-#include "action.h"
-
-Action::Action(): QObject()
-{
-}
-
-Action::~Action()
-{
-}