forked from Bubberstation/Bubberstation
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Disable the unused variable 'ouchies'. - Remove duplicate spans added in prior commit
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// Entries here originally from Sandstorm Station 13 | ||
#define span_lewd(str) ("<span class='lewd'>" + str + "</span>") | ||
#define span_love(str) ("<span class='love'>" + str + "</span>") | ||
#define span_userlove(str) ("<span class='userlove'>" + str + "</span>") | ||
|
||
// Entries here from SPLURT | ||
#define span_reallybig_hypnophrase(str) ("<span class='reallybig hypnophrase'>" + str + "</span>") | ||
#define span_big_warning(str) ("<span class='big warning'>" + str + "</span>") | ||
#define span_header(str) ("<span class='header'>" + str + "</span>") | ||
#define span_umbra(str) ("<span class='umbra'>" + str + "</span>") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters