diff options
Diffstat (limited to 'plugins/Skins/SkinLib/Position.h')
-rw-r--r-- | plugins/Skins/SkinLib/Position.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/Skins/SkinLib/Position.h b/plugins/Skins/SkinLib/Position.h deleted file mode 100644 index ed43a1ece3..0000000000 --- a/plugins/Skins/SkinLib/Position.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __POSITION_H__
-# define __POSITION_H__
-
-
-struct Position
-{
- int x;
- int y;
-
- Position();
- Position(int x, int y);
-};
-
-
-
-#endif // __POSITION_H__
|