Skip to content

Commit

Permalink
Fixes after complicated merge
Browse files Browse the repository at this point in the history
  • Loading branch information
RPGHacker committed Jul 5, 2023
1 parent 672ad0e commit ffc9f60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/asar/arch-superfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ void asend_superfx()
{
}

static int64_t getnum_ck(const char* math)
{
return pass == 2 ? getnum(math) : 0;
}

static void range(int min, int mid, int max)
{
if (mid<min || mid>max) asar_throw_error(0, error_type_block, error_id_superfx_invalid_register, min, max);
Expand Down
3 changes: 0 additions & 3 deletions src/asar/errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ enum asar_error_id : int

error_id_missing_org,

error_id_broken_for_loop,
error_id_bad_single_line_for,

error_id_end,
error_id_count = error_id_end - error_id_start - 1,
};
Expand Down

0 comments on commit ffc9f60

Please sign in to comment.