From d6ee7ec642cc6b3097c8d321a1a00630e24027d1 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 16 Feb 2008 12:22:33 +0000 Subject: initial client-to-server connection --- src/core/cvar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/cvar.h') diff --git a/src/core/cvar.h b/src/core/cvar.h index 16ceb46..bca3d8a 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -22,7 +22,6 @@ public: Cvar_t &operator=(const char *other); Cvar_t &operator=(const std::string &other); - Cvar_t &operator=(int other); Cvar_t &operator=(float other); unsigned int flags() const; -- cgit v1.2.3