]> Dogcows Code - chaz/openbox/blobdiff - otk/util.hh
state the license. killall the old readme data
[chaz/openbox] / otk / util.hh
index 91c247a684a7d8b6abbdf3aebce6947a6db6bebf..e00a4e1b60b444ebe2a3cef4e85d874545efaa4f 100644 (file)
@@ -23,15 +23,10 @@ extern "C" {
 
 namespace otk {
 
-/* XXX: this needs autoconf help */
-const unsigned int BSENTINEL = 65535;
-
 std::string expandTilde(const std::string& s);
 
 void bexec(const std::string& command, const std::string& displaystring);
 
-std::string textPropertyToString(Display *display, XTextProperty& text_prop);
-
 std::string itostring(unsigned long i);
 std::string itostring(long i);
 inline std::string itostring(unsigned int i)
This page took 0.023437 seconds and 4 git commands to generate.