]> git.saurik.com Git - cycript.git/blobdiff - cycript.hpp
Temporarily remove Number.toCYON: way too verbose.
[cycript.git] / cycript.hpp
index 56ad5d17be0724d6093da4a249a6edbfb91e1c7c..44958f86d7bde1ee7d1c2ca72ca3e04ca86568c4 100644 (file)
@@ -51,8 +51,6 @@ CYPool &CYGetGlobalPool();
 
 char **CYComplete(const char *word, const std::string &line, CYUTF8String (*run)(CYPool &pool, const std::string &));
 
-void CYStringify(std::ostringstream &str, const char *data, size_t size, bool c);
-
 const char *CYPoolLibraryPath(CYPool &pool);
 
 #endif/*CYCRIPT_HPP*/