summaryrefslogtreecommitdiffstats
path: root/client/utils.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-10-21 13:17:23 +0200
committerHans de Goede <hdegoede@redhat.com>2010-10-21 13:22:01 +0200
commit4c81024ca2d6bff33df9b52d0600ef5146f6d86d (patch)
treef001da6d9fbc2457466579aa7c7de95dbf7def5d /client/utils.h
parentfa2e125ec4535b4a56a33aed76e3a0f9ce75eca0 (diff)
downloadspice-4c81024ca2d6bff33df9b52d0600ef5146f6d86d.tar.gz
spice-4c81024ca2d6bff33df9b52d0600ef5146f6d86d.tar.xz
spice-4c81024ca2d6bff33df9b52d0600ef5146f6d86d.zip
Remove no longer used wstring_printf functions
Diffstat (limited to 'client/utils.h')
-rw-r--r--client/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/utils.h b/client/utils.h
index 33922a7b..3b3cbb0b 100644
--- a/client/utils.h
+++ b/client/utils.h
@@ -99,8 +99,6 @@ int str_to_port(const char *str);
void string_vprintf(std::string& str, const char* format, va_list ap);
void string_printf(std::string& str, const char *format, ...);
-void wstring_vprintf(std::wstring& str, const wchar_t* format, va_list ap);
-void wstring_printf(std::wstring& str, const wchar_t *format, ...);
template<class T>
class FreeObject {