]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/monitor.cpp
Use default member initializers and defaulted default constructors
[libs/gui.git] / source / graphics / monitor.cpp
diff --git a/source/graphics/monitor.cpp b/source/graphics/monitor.cpp
deleted file mode 100644 (file)
index d1bdd43..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#include "monitor.h"
-
-using namespace std;
-
-namespace Msp {
-namespace Graphics {
-
-Monitor::Monitor():
-       index(0),
-       next_left(0),
-       next_right(0)
-{ }
-
-
-Monitor::Settings::Settings():
-       mode(0),
-       rotation(ROTATE_NORMAL),
-       x(0),
-       y(0)
-{ }
-
-} // namespace Graphics
-} // namespace Msp