Skip to content

Commit dae8776

Browse files
committed
Delete unused variable
1 parent 1a6872c commit dae8776

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/textures/textures.c

-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ VFILE *TX_MarshalTextures(struct textures *txs)
225225
struct texture *TX_InsertPatch(struct texture *t, int insert_index,
226226
struct patch *p)
227227
{
228-
struct patch *newp;
229-
230228
assert(insert_index >= 0 && insert_index <= t->patchcount);
231229

232230
// As long as we have the name, we can append the patch

0 commit comments

Comments
 (0)