summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/id.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2016-08-19 22:49:05 +1000
committerTim Mayberry <mojofunk@gmail.com>2017-04-19 07:49:58 +1000
commitf4f4c01f4c7361182b18dc3d646dfcc11e346518 (patch)
treeb8faf10aea01bc46e649a8e648fe36479381a583 /libs/pbd/pbd/id.h
parentfda05ac64bfb4aeb4c6b05753d51d5039dcc6885 (diff)
Remove now unused ID::print method
Diffstat (limited to 'libs/pbd/pbd/id.h')
-rw-r--r--libs/pbd/pbd/id.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/pbd/pbd/id.h b/libs/pbd/pbd/id.h
index ca62b10dc2..6c5fcb873e 100644
--- a/libs/pbd/pbd/id.h
+++ b/libs/pbd/pbd/id.h
@@ -55,8 +55,6 @@ class LIBPBD_API ID {
return _id < other._id;
}
- void print (char* buf, uint32_t bufsize) const;
-
std::string to_s () const;
static uint64_t counter() { return _counter; }