summaryrefslogtreecommitdiffstats
path: root/tdehtml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-08-05 17:38:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-08-05 20:42:02 +0900
commitb0e6ce58360d7f8a32d99f32eb6fd7450bf9d9b7 (patch)
tree960ba2d4424eda3bf9e05a2241d8e1ffa33565e7 /tdehtml
parent58a8336f9a77e82d05a6803e8c3fe9bb51c5e25a (diff)
downloadtdelibs-b0e6ce58360d7f8a32d99f32eb6fd7450bf9d9b7.tar.gz
tdelibs-b0e6ce58360d7f8a32d99f32eb6fd7450bf9d9b7.zip
Moved common icons into crystal folder to avoid icon duplication in
tdehtml, tdevelop and ktechlab. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 50786910ffbf92a9986e8bca7b0a34d7289f7a4b)
Diffstat (limited to 'tdehtml')
-rw-r--r--tdehtml/pics/CMakeLists.txt4
-rw-r--r--tdehtml/pics/Makefile.am6
-rw-r--r--tdehtml/pics/cr22-action-dbgnext.pngbin157 -> 0 bytes
-rw-r--r--tdehtml/pics/cr22-action-dbgrun.pngbin185 -> 0 bytes
-rw-r--r--tdehtml/pics/cr22-action-dbgrunto.pngbin215 -> 0 bytes
-rw-r--r--tdehtml/pics/cr22-action-dbgstep.pngbin149 -> 0 bytes
6 files changed, 0 insertions, 10 deletions
diff --git a/tdehtml/pics/CMakeLists.txt b/tdehtml/pics/CMakeLists.txt
index 17390707c..b8c183456 100644
--- a/tdehtml/pics/CMakeLists.txt
+++ b/tdehtml/pics/CMakeLists.txt
@@ -14,7 +14,3 @@
tde_install_icons(
bug images_display wallet_open
DESTINATION ${DATA_INSTALL_DIR}/tdehtml/icons )
-
-tde_install_icons(
- dbgnext dbgrun dbgrunto dbgstep
-)
diff --git a/tdehtml/pics/Makefile.am b/tdehtml/pics/Makefile.am
index 7477bfd51..599093908 100644
--- a/tdehtml/pics/Makefile.am
+++ b/tdehtml/pics/Makefile.am
@@ -2,9 +2,3 @@ tdehtmliconsdir = $(kde_datadir)/tdehtml/icons
tdehtmlicons_ICON = bug \
images_display \
wallet_open
-
-# Install globally so they show up in when JS debugger is run in Konqueror
-KDE_ICON = dbgnext \
- dbgrun \
- dbgrunto \
- dbgstep
diff --git a/tdehtml/pics/cr22-action-dbgnext.png b/tdehtml/pics/cr22-action-dbgnext.png
deleted file mode 100644
index 37f93e09c..000000000
--- a/tdehtml/pics/cr22-action-dbgnext.png
+++ /dev/null
Binary files differ
diff --git a/tdehtml/pics/cr22-action-dbgrun.png b/tdehtml/pics/cr22-action-dbgrun.png
deleted file mode 100644
index 4f6f2b497..000000000
--- a/tdehtml/pics/cr22-action-dbgrun.png
+++ /dev/null
Binary files differ
diff --git a/tdehtml/pics/cr22-action-dbgrunto.png b/tdehtml/pics/cr22-action-dbgrunto.png
deleted file mode 100644
index 02bf7846b..000000000
--- a/tdehtml/pics/cr22-action-dbgrunto.png
+++ /dev/null
Binary files differ
diff --git a/tdehtml/pics/cr22-action-dbgstep.png b/tdehtml/pics/cr22-action-dbgstep.png
deleted file mode 100644
index 854be7a46..000000000
--- a/tdehtml/pics/cr22-action-dbgstep.png
+++ /dev/null
Binary files differ