summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_xpms
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-14 05:44:35 +0000
committerDoug McLain <doug@nostar.net>2006-03-14 05:44:35 +0000
commit191f3239576f085befc2e1834de3ff6141023ffb (patch)
treeb5babe8a3418a4a5c6fbd6add2bf107e4477bf0c /gtk2_ardour/editor_xpms
parentaf707897735a34ab1a82c7307dc61b12c14027a9 (diff)
moved gain rail and sliders to files. The previously unused 'from_files' portion of Pix::generate () had to ported to gtk2 as well.
git-svn-id: svn://localhost/trunk/ardour2@389 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_xpms')
-rw-r--r--gtk2_ardour/editor_xpms44
1 files changed, 0 insertions, 44 deletions
diff --git a/gtk2_ardour/editor_xpms b/gtk2_ardour/editor_xpms
index 9d501efc3e..cb63e2403a 100644
--- a/gtk2_ardour/editor_xpms
+++ b/gtk2_ardour/editor_xpms
@@ -63,47 +63,3 @@ static const gchar speaker_cursor_mask_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0x3f, 0xff,
0xff, 0xff, 0xff, 0xff, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xf0,
0x00, 0xc0, 0x00, 0xc0 };
-
-/* XPM */
-static const gchar * right_arrow_xpm[] = {
-"12 15 3 1",
-" c None",
-". c #000000",
-"+ c #FFFFFF",
-" .+.. ",
-" .++.. ",
-" .+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" .+++.. ",
-" .++.. ",
-" .+.. "};
-
-/* XPM */
-static const gchar * left_arrow_xpm[] = {
-"12 15 3 1",
-" c None",
-". c #000000",
-"+ c #FFFFFF",
-" ..+. ",
-" ..++. ",
-" ..+++. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" .+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++.. ",
-" ..+++. ",
-" ..++. ",
-" ..+. "};