diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-18 20:07:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 20:07:10 +0200 |
commit | c6507933a72f0f423ebe726bdd259b8d16d60c3c (patch) | |
tree | 9a6d1bf894cef2065b507217f3b29ebec189832b /scene/resources/font.h | |
parent | 0cdbf7315b1ce7093f9c37eae2d9df3294cfb998 (diff) | |
parent | d6176db271d6fd11aa88edfd0a4c1e8be04e7471 (diff) |
Merge pull request #29872 from akien-mga/unexpose-resourceformatloaders
Unexpose subclasses of ResourceFormatLoader and -Saver
Diffstat (limited to 'scene/resources/font.h')
-rw-r--r-- | scene/resources/font.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/font.h b/scene/resources/font.h index def2c2285a..436ed43c42 100644 --- a/scene/resources/font.h +++ b/scene/resources/font.h @@ -202,7 +202,6 @@ public: }; class ResourceFormatLoaderBMFont : public ResourceFormatLoader { - GDCLASS(ResourceFormatLoaderBMFont, ResourceFormatLoader) public: virtual RES load(const String &p_path, const String &p_original_path = "", Error *r_error = NULL); virtual void get_recognized_extensions(List<String> *p_extensions) const; |