From 7d1f1eeb20edc21d704cc69529e4e94dd7eabd39 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 5 Dec 2005 04:11:08 +0000 Subject: stock icons, transport controls as proxies, make ActionManager::get_action() work git-svn-id: svn://localhost/trunk/ardour2@165 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_xpms | 69 ------------------------------------------------- 1 file changed, 69 deletions(-) (limited to 'gtk2_ardour/editor_xpms') diff --git a/gtk2_ardour/editor_xpms b/gtk2_ardour/editor_xpms index 1dd134c959..9d501efc3e 100644 --- a/gtk2_ardour/editor_xpms +++ b/gtk2_ardour/editor_xpms @@ -64,75 +64,6 @@ static const gchar speaker_cursor_mask_bits[] = { 0xff, 0xff, 0xff, 0xff, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xc0, 0x00, 0xc0 }; -/* XPM */ -static const gchar * zoom_in_button_xpm[] = { -"16 16 3 1", -" c None", -". c #000000", -"+ c #FFFFFF", -" ....... ", -" .+++++++. ", -" .+++++++++. ", -" .+++.....+++. ", -" .+++. + .+++.", -" .++. +.+ .++.", -" .++. ++.++ .++.", -" .++.+.....+.++.", -" .++. ++.++ .++.", -" .++. +.+ .++.", -" .+++. + .+++.", -" .+++.....+++. ", -" .+++++++++++. ", -".+++.+++++++. ", -".++. ....... ", -"... "}; - -/* XPM */ -static const gchar * zoom_out_button_xpm[] = { -"16 16 3 1", -" c None", -". c #000000", -"+ c #FFFFFF", -" ....... ", -" .+++++++. ", -" .+++++++++. ", -" .+++.....+++. ", -" .+++. .+++.", -" .++. .++.", -" .++. +++++ .++.", -" .++.+.....+.++.", -" .++. +++++ .++.", -" .++. .++.", -" .+++. .+++.", -" .+++.....+++. ", -" .+++++++++++. ", -".+++.+++++++. ", -".++. ....... ", -"... "}; - -/* XPM */ -static const gchar * zoom_out_full_button_xpm[] = { -"16 16 3 1", -" c None", -". c #000000", -"+ c #FFFFFF", -" ", -" ", -" ", -" ", -".... ....", -".++. .++.", -".++..........++.", -".++++++++++++++.", -".++++++++++++++.", -".++++++++++++++.", -".++..........++.", -".++. .++.", -".... ....", -" ", -" ", -" "}; - /* XPM */ static const gchar * right_arrow_xpm[] = { "12 15 3 1", -- cgit v1.2.3