Skip to content

Commit

Permalink
Removed non-implemented functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Dec 3, 2019
1 parent 9d8d482 commit fd4a3a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/advanced_inv.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ class advanced_inventory
*/
bool query_charges( aim_location destarea, const advanced_inv_listitem &sitem,
const std::string &action, int &amount );

static char get_direction_key( aim_location area );
};

#endif
1 change: 0 additions & 1 deletion src/magic_ter_furn_transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class ter_furn_transform
void load( JsonObject &jo, const std::string & );

static const std::vector<ter_furn_transform> &get_all();
static void check_consistency();
static void reset_all();
bool is_valid() const;
};
Expand Down

0 comments on commit fd4a3a0

Please sign in to comment.