Skip to content

Commit

Permalink
Remove excessive empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Jan 5, 2020
1 parent 8925fea commit f1490fc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/character.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4123,8 +4123,6 @@ hp_part Character::body_window( const std::string &menu_header,
max_bp_name_len = std::max( max_bp_name_len, utf8_width( e.name ) );
}



uilist bmenu;
bmenu.desc_enabled = true;
bmenu.text = menu_header;
Expand Down
1 change: 0 additions & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4142,7 +4142,6 @@ void game::mon_info_update( )
mostseen = newseen;
}


void game::cleanup_dead()
{
// Dead monsters need to stay in the tracker until everything else that needs to die does so
Expand Down
1 change: 0 additions & 1 deletion src/item_category.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ void zone_priority_data::load( JsonObject &jo )
optional( jo, was_loaded, "filthy", filthy, false );
}


void item_category::load_item_cat( const JsonObject &jo, const std::string &src )
{
item_category_factory.load( jo, src );
Expand Down
1 change: 0 additions & 1 deletion src/monmove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,6 @@ tripoint monster::scent_move()
right_scent = false;
}


if( ( !fleeing && smell < bestsmell ) || ( fleeing && smell > bestsmell ) || !right_scent ) {
continue;
}
Expand Down
1 change: 0 additions & 1 deletion src/mutation_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ void mutation_branch::load( const JsonObject &jo, const std::string & )
rand_bash_bonus.second = sm.get_int( "max" );
}


if( jo.has_object( "social_modifiers" ) ) {
JsonObject sm = jo.get_object( "social_modifiers" );
social_mods = load_mutation_social_mods( sm );
Expand Down

0 comments on commit f1490fc

Please sign in to comment.