From 0e134d260ead7d0a7336221164e9b5baba8244a9 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 27 Oct 2016 10:54:54 +0300 Subject: [PATCH] Theme: Remove unused icon entries Change-Id: I867aa0b8737b56fc3e8d357bb1559acad740ccf0 Reviewed-by: Alessandro Portale --- share/qtcreator/themes/dark.creatortheme | 4 ---- src/libs/utils/theme/theme.h | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme index 2e7f5f7000f..ff8a66cf1c3 100644 --- a/share/qtcreator/themes/dark.creatortheme +++ b/share/qtcreator/themes/dark.creatortheme @@ -244,7 +244,3 @@ IconOverlayPri=:/qtsupport/images/dark_qt_project.png IconOverlayPro=:/qtsupport/images/dark_qt_project.png StandardPixmapFileIcon=:/core/images/dark_fileicon.png StandardPixmapDirIcon=:/core/images/dark_foldericon.png -BuildStepDisable=:/projectexplorer/images/lightdisabledbuildstep.png -BuildStepRemove=:/core/images/lightclose.png -BuildStepMoveDown=:/core/images/lightarrowdown.png -BuildStepMoveUp=:/core/images/lightarrowup.png diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h index 5980bf16718..0b8970423b6 100644 --- a/src/libs/utils/theme/theme.h +++ b/src/libs/utils/theme/theme.h @@ -318,11 +318,7 @@ public: IconOverlayPrf, IconOverlayPro, StandardPixmapFileIcon, - StandardPixmapDirIcon, - BuildStepDisable, - BuildStepRemove, - BuildStepMoveDown, - BuildStepMoveUp + StandardPixmapDirIcon }; enum Flag {