summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-10-26 20:17:54 +0200
committerGravatar waker <wakeroid@gmail.com>2010-10-26 20:17:54 +0200
commitddf88f409678c0b7e991a53c4b16e763179f7043 (patch)
tree2a5a0940ec1eae9de3889918dafc8252db89625f /deadbeef.h
parentb3c2903e70b7f8e81ff0cc219a6f04d7f3d83ff6 (diff)
deleted some garbage from deadbeef.h
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 337219ed..556ef1b6 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -417,12 +417,6 @@ typedef struct {
int (*pl_format_title_escaped) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt);
void (*pl_format_time) (float t, char *dur, int size);
void (*pl_format_item_display_name) (DB_playItem_t *it, char *str, int len);
-// void (*pl_set_next) (DB_playItem_t *it, DB_playItem_t *next, int iter);
-// void (*pl_set_prev) (DB_playItem_t *it, DB_playItem_t *prev, int iter);
-// void (*pl_set_head) (DB_playItem_t *it, int iter);
-// void (*pl_set_tail) (DB_playItem_t *it, int iter);
-// DB_playItem_t* (*pl_get_head) (void);
-// DB_playItem_t* (*pl_get_tail) (void);
void (*pl_move_items) (int iter, int plt_from, DB_playItem_t *drop_before, uint32_t *indexes, int count);
void (*pl_copy_items) (int iter, int plt_from, DB_playItem_t *before, uint32_t *indices, int cnt);
void (*pl_search_reset) (void);