16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 11:19:19 +02:00

reformat: remove redundant qualifiers

This commit is contained in:
jerrrrycho
2026-07-04 05:34:23 +02:00
parent 20e7a99516
commit cf9fb07800
98 changed files with 2290 additions and 2290 deletions

View File

@@ -143,7 +143,7 @@ shape_node::deserialize( std::istream &Input ) {
// restores content of the node from provided input stream
shape_node &
shape_node::import( cParser &Input, scene::node_data const &Nodedata ) {
shape_node::import( cParser &Input, node_data const &Nodedata ) {
// import common data
m_name = Nodedata.name;
@@ -558,7 +558,7 @@ lines_node::deserialize( std::istream &Input ) {
// restores content of the node from provded input stream
lines_node &
lines_node::import( cParser &Input, scene::node_data const &Nodedata ) {
lines_node::import( cParser &Input, node_data const &Nodedata ) {
// import common data
m_name = Nodedata.name;
@@ -716,7 +716,7 @@ memory_node::deserialize( cParser &Input, node_data const &Nodedata ) {
basic_node::basic_node( scene::node_data const &Nodedata ) :
basic_node::basic_node( node_data const &Nodedata ) :
m_name( Nodedata.name )
{
uuid = UID::random();