diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-29 11:28:13 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-29 11:28:13 +0000 |
commit | 49a385c135d3012abb08e1ddc6a301c89f0e3a54 (patch) | |
tree | 62744fb0092b41bdf6e864de85b9ab5548c0f849 /src/map/pc.h | |
parent | c369d1fab6d576c203bbfea30cc619490fe865ce (diff) | |
download | hercules-49a385c135d3012abb08e1ddc6a301c89f0e3a54.tar.gz hercules-49a385c135d3012abb08e1ddc6a301c89f0e3a54.tar.bz2 hercules-49a385c135d3012abb08e1ddc6a301c89f0e3a54.tar.xz hercules-49a385c135d3012abb08e1ddc6a301c89f0e3a54.zip |
* Insignificant code tweaks: removal of excess function declarations and self assignments.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14520 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 16c8ec3fc..359b9ca90 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -570,7 +570,6 @@ int pc_setpos(struct map_session_data* sd, unsigned short mapindex, int x, int y int pc_setsavepoint(struct map_session_data*,short,int,int); int pc_randomwarp(struct map_session_data *sd,clr_type type); int pc_memo(struct map_session_data* sd, int pos); -int pc_remove_map(struct map_session_data *sd,clr_type clrtype); int pc_checkadditem(struct map_session_data*,int,int); int pc_inventoryblank(struct map_session_data*); |