Removed last usage of checkmark XPMs.

git-svn-id: svn://localhost/trunk/ardour2@177 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2005-12-07 16:23:58 +00:00
parent 61c20f76f4
commit e21dc7dede
3 changed files with 0 additions and 76 deletions

View file

@ -794,7 +794,6 @@ class Editor : public PublicEditor
static Gdk::Cursor* time_fx_cursor;
static Gdk::Cursor* fader_cursor;
static Gdk::Cursor* speaker_cursor;
static Gdk::Cursor* null_cursor;
static Gdk::Cursor* wait_cursor;
static Gdk::Cursor* timebar_cursor;
@ -1528,11 +1527,6 @@ class Editor : public PublicEditor
Gtk::VBox list_vpacker;
static GdkPixmap* check_pixmap;
static GdkBitmap* check_mask;
static GdkPixmap* empty_pixmap;
static GdkBitmap* empty_mask;
/* autoscrolling */
int autoscroll_timeout_tag;