summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddblistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/ddblistview.h')
-rw-r--r--plugins/gtkui/ddblistview.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/gtkui/ddblistview.h b/plugins/gtkui/ddblistview.h
index b36b9c7e..d0a7ceb9 100644
--- a/plugins/gtkui/ddblistview.h
+++ b/plugins/gtkui/ddblistview.h
@@ -103,7 +103,6 @@ struct _DdbListview {
GtkWidget *hscrollbar;
int totalwidth; // width of listview, including invisible (scrollable) part
- GdkPixmap *backbuf;
const char *title; // unique id, used for config writing, etc
int lastpos[2]; // last mouse position (for list widget)
// current state
@@ -204,8 +203,6 @@ enum {
DDB_REFRESH_HSCROLL = 2,
DDB_REFRESH_VSCROLL = 4,
DDB_REFRESH_LIST = 8,
- DDB_EXPOSE_COLUMNS = 16,
- DDB_EXPOSE_LIST = 32,
};
void ddb_listview_refresh (DdbListview *listview, uint32_t flags);