summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-12-07 16:23:58 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-12-07 16:23:58 +0000
commite21dc7dede5ee5494925e2ae641b7a69b41dc2d7 (patch)
tree88c68bca745e436588fb5de43852dc7d647bfc0a /gtk2_ardour/editor.h
parent61c20f76f45dd80c9447d30d07b92003a886999a (diff)
Removed last usage of checkmark XPMs.
git-svn-id: svn://localhost/trunk/ardour2@177 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 547bca13ae..67d92360bc 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -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;