summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-05-19 15:39:28 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-05-19 15:39:28 +1000
commit4405110187831363bd4cc057132db1715e0625cb (patch)
treef8c3ee12ee9da2b40db163aa3bfca1095c89255d
parent908b28e8325fe8c5f0fd774f4b04df5506c29f68 (diff)
Remove MalaMinya traces.
Let's pretend it never existed.
-rw-r--r--images/Makefile.am1
-rw-r--r--images/malaminya.pngbin3567 -> 0 bytes
-rw-r--r--src/Config.cpp1
3 files changed, 0 insertions, 2 deletions
diff --git a/images/Makefile.am b/images/Makefile.am
index 08cda69..fcd6102 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -4,6 +4,5 @@ dist_pkgdata_DATA = abiword.png \
firefox.png \
gimp.png \
keyboard.png \
- malaminya.png \
terminal.png \
bare_cursor.png
diff --git a/images/malaminya.png b/images/malaminya.png
deleted file mode 100644
index 7365056..0000000
--- a/images/malaminya.png
+++ /dev/null
Binary files differ
diff --git a/src/Config.cpp b/src/Config.cpp
index 602b002..df5b734 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -91,7 +91,6 @@ Config::Config(XConn* x11)
apps.push_back(new DockApp(x11, "gnome-calculator &", IMAGEPATH "calculator.png"));
apps.push_back(new DockApp(x11, "abiword &", IMAGEPATH "abiword.png"));
apps.push_back(new DockApp(x11, "gimp --no-splash &", IMAGEPATH "gimp.png"));
- apps.push_back(new DockApp(x11, "malaminya &", IMAGEPATH "malaminya.png"));
}