mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 01:35:27 +00:00
Schema: delete empty dtors in parser
and wml_tag
This commit is contained in:
parent
221b17b9f6
commit
a4fa20a331
@ -78,10 +78,6 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
~parser()
|
||||
{
|
||||
}
|
||||
|
||||
void operator()();
|
||||
|
||||
private:
|
||||
|
@ -116,10 +116,6 @@ public:
|
||||
|
||||
wml_tag(const config&);
|
||||
|
||||
~wml_tag()
|
||||
{
|
||||
}
|
||||
|
||||
/** Prints information about tag to outputstream, recursively
|
||||
* is used to print tag info
|
||||
* the format is next
|
||||
|
Loading…
x
Reference in New Issue
Block a user