summaryrefslogtreecommitdiffstats
path: root/lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm')
-rw-r--r--lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm30
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm b/lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm
deleted file mode 100644
index c4e609ae..00000000
--- a/lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm
+++ /dev/null
@@ -1,30 +0,0 @@
-/* XPM */
-#ifndef _KDE_MINBUTTON_XPM_
-#define _KDE_MINBUTTON_XPM_
-
-static const char *kde_minbutton[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 3 1",
-/* colors */
-" s None c None",
-". c white",
-"X c #707070",
-/* pixels */
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ... ",
-" . X ",
-" .XX ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" "};
-
-#endif