changeset 3508:6f67258c43fd trunk

..
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 06:05:02 +0300
parents 57d2c56f00db
children 08085ecc7e91
files src/audacious/tuple_compiler.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple_compiler.h	Sun Sep 09 05:41:40 2007 +0300
+++ b/src/audacious/tuple_compiler.h	Sun Sep 09 06:05:02 2007 +0300
@@ -103,8 +103,5 @@
 
 TupleEvalNode *tuple_formatter_compile(TupleEvalContext *ctx, gchar *expr);
 gchar *tuple_formatter_eval(TupleEvalContext *ctx, TupleEvalNode *expr, Tuple *tuple);
-/*
-gchar *tuple_formatter_make_title_string(Tuple *tuple, const gchar *string);
-*/
 
 #endif