Skip to content

Commit

Permalink
Removed duplicate ST_TextStrikethrough() and replaced it with `ST_T…
Browse files Browse the repository at this point in the history
…extNoStrikethrough()`
  • Loading branch information
BtheDestroyer committed Dec 25, 2016
1 parent 20e85a0 commit acfbc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spritetools_textcolors.h
Expand Up @@ -97,7 +97,7 @@ void ST_TextPositive(void);
void ST_TextStrikethrough(void);

/* Turns off strikethrough */
void ST_TextStrikethrough(void);
void ST_TextNoStrikethrough(void);

/************************\
|* Default text *|
Expand Down

1 comment on commit acfbc9d

@BtheDestroyer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.