summaryrefslogtreecommitdiffstats
path: root/src/pixmaps
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-15 19:25:30 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-15 19:25:30 +0000
commit4a4cafd45b5f7ccc2151263e3f05a9331bcb7bb4 (patch)
treeeeee8640c5fbc0160f99feeec5d2a82abfdc113c /src/pixmaps
parentFix missing Gtkmm/Glib headers for Gtk+ 3 build (diff)
downloadinkscape-4a4cafd45b5f7ccc2151263e3f05a9331bcb7bb4.tar.gz
inkscape-4a4cafd45b5f7ccc2151263e3f05a9331bcb7bb4.zip
Drop a couple of unused variables and a pixmap
(bzr r12210)
Diffstat (limited to 'src/pixmaps')
-rw-r--r--src/pixmaps/cursor-dropper.xpm38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/pixmaps/cursor-dropper.xpm b/src/pixmaps/cursor-dropper.xpm
deleted file mode 100644
index 21f96edd0..000000000
--- a/src/pixmaps/cursor-dropper.xpm
+++ /dev/null
@@ -1,38 +0,0 @@
-/* XPM */
-static const char * cursor_dropper_xpm[] = {
-"32 32 3 1",
-" c None",
-". c #FFFFFF",
-"+ c #000000",
-" ... ",
-" .+. ",
-" .+. ",
-" .+. ",
-".... .... ",
-".+++ +++. ",
-".... .... ",
-" .+. ",
-" .+. .... ",
-" .+. .+++. ",
-" ... .+..+. ",
-" .++..+. ",
-" .++..+. ",
-" .++..+. ",
-" .++..+. . ",
-" .++..+.+. ",
-" .++..+++. ",
-" .++++.+. ",
-" .++++.+.. ",
-" .++++++.++. ",
-" .++++++..+. ",
-" ..+++++.+. ",
-" .++++++. ",
-" .+++++. ",
-" .+++. ",
-" ... ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" "};