aboutsummaryrefslogtreecommitdiffstats
path: root/attr/dimensions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'attr/dimensions.hpp')
-rw-r--r--attr/dimensions.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/attr/dimensions.hpp b/attr/dimensions.hpp
deleted file mode 100644
index 9c1fda9..0000000
--- a/attr/dimensions.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef MBUOY_ATTR_DIMENSIONS_HPP
-#define MBUOY_ATTR_DIMENSIONS_HPP
-
-namespace mbuoy {
-
-struct dimensions
-{
- int width, height;
-};
-
-} // namespace mbuoy
-
-#endif // MBUOY_ATTR_DIMENSIONS_HPP
-