diff options
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/networkprotocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index f603ed6c5..52cdf489c 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -230,7 +230,6 @@ with this program; if not, write to the Free Software Foundation, Inc., background[]: 9-slice scaling parameters */ #define FORMSPEC_API_VERSION 2 -#define FORMSPEC_VERSION_STRING "formspec_version[" TOSTRING(FORMSPEC_API_VERSION) "]" #define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.-" |