diff options
Diffstat (limited to '')
-rw-r--r-- | gui/objects.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index 750627729..f1c9c49dd 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -1234,8 +1234,6 @@ COLOR LoadAttrColor(xml_node<>* element, const char* attrname, COLOR defaultvalu FontResource* LoadAttrFont(xml_node<>* element, const char* attrname); ImageResource* LoadAttrImage(xml_node<>* element, const char* attrname); AnimationResource* LoadAttrAnimation(xml_node<>* element, const char* attrname); - bool LoadPlacement(xml_node<>* node, int* x, int* y, int* w = NULL, int* h = NULL, Placement* placement = NULL); #endif // _OBJECTS_HEADER - |