summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-18 12:40:42 +0100
committerMarge Bot <emma+marge@anholt.net>2024-03-09 17:34:51 +0000
commit02ba47f09d04538a9fd8119161c6ff0697e2e8ee (patch)
tree73055bcfb4759ccf961d59bfdb5d61f516aadbaa /include
parent040e41c7e9325f27817037f814b5f7107b5d6472 (diff)
os: move out Format*() functions
Move out the Format*() functions to separate source and header. These aren't exported, thus no module API change. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1312>
Diffstat (limited to 'include')
-rw-r--r--include/misc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/misc.h b/include/misc.h
index 3e1834f54..795cf1890 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -236,10 +236,6 @@ padding_for_int32(const int bytes)
extern _X_EXPORT char **xstrtokenize(const char *str, const char *separators);
-extern void FormatInt64(int64_t num, char *string);
-extern void FormatUInt64(uint64_t num, char *string);
-extern void FormatUInt64Hex(uint64_t num, char *string);
-extern void FormatDouble(double dbl, char *string);
/**
* Compare the two version numbers comprising of major.minor.