summaryrefslogtreecommitdiff
path: root/otk/util.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-16 07:02:47 +0000
committerDana Jansens <danakj@orodu.net>2003-01-16 07:02:47 +0000
commit8b0daa912e72085994cfd804a60ba4113ba27148 (patch)
tree16fa6b8bb1093b354bfd5ed95af6850cb801249c /otk/util.hh
parenta7207b7d8367af47ddb7e2733cb963148fd0379f (diff)
rm old bb shit that we dont use
Diffstat (limited to 'otk/util.hh')
-rw-r--r--otk/util.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/otk/util.hh b/otk/util.hh
index 91c247a6..e00a4e1b 100644
--- a/otk/util.hh
+++ b/otk/util.hh
@@ -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)