Variant: Removed obsolete method

This commit is contained in:
Paul Beckingham 2016-01-09 22:26:58 -05:00
parent 83701168a4
commit da96962b00
2 changed files with 0 additions and 6 deletions

View file

@ -50,7 +50,6 @@ public:
Variant (const std::string&);
Variant (const char*);
Variant (const time_t, const enum type);
~Variant ();
void source (const std::string&);
const std::string& source () const;