diff options
Diffstat (limited to 'scene/resources/bit_map.h')
-rw-r--r-- | scene/resources/bit_map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/bit_map.h b/scene/resources/bit_map.h index 05313a0cff..59f3b4dc3c 100644 --- a/scene/resources/bit_map.h +++ b/scene/resources/bit_map.h @@ -36,7 +36,6 @@ #include "core/resource.h" class BitMap : public Resource { - GDCLASS(BitMap, Resource); OBJ_SAVE_TYPE(BitMap); |