aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flatom.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-08-03 02:36:46 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-08-03 02:36:46 +0000
commit810a63a522ec5c3f05df5b2bc1cf35306bf4accb (patch)
treedd716016194e96185e27f1d565e001d8cdb2391e /externals/grill/flext/source/flatom.cpp
parent0dcdd827ba312d0624c9eb169d3970dd4386a4f6 (diff)
""
svn path=/trunk/; revision=819
Diffstat (limited to 'externals/grill/flext/source/flatom.cpp')
-rw-r--r--externals/grill/flext/source/flatom.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/externals/grill/flext/source/flatom.cpp b/externals/grill/flext/source/flatom.cpp
index afed8dec..45739e66 100644
--- a/externals/grill/flext/source/flatom.cpp
+++ b/externals/grill/flext/source/flatom.cpp
@@ -91,19 +91,6 @@ int flext::AtomList::Compare(const AtomList &a) const
return Count() < a.Count()?-1:1;
}
-std::string flext::AtomList::Print() const
-{
- char buffer[256];
- std::string ret;
- for(int i = 0; i < Count(); ++i) {
- char *b = buffer;
- if(i) *(b++) = ' '; // prepend space
- PrintAtom((*this)[i],b,sizeof buffer-1);
- ret += buffer;
- }
- return ret;
-}
-
#if FLEXT_SYS != FLEXT_SYS_JMAX
// not for jmax as long as t_symbol * == char *