[kwin] Drop dead code

kwin_get_menu_pix_hack was no longer used anywhere.
icc-effect-5.14.5
Martin Gräßlin 2013-12-06 11:21:07 +01:00
parent a192734ac9
commit 7aeec8ef89
2 changed files with 0 additions and 11 deletions

View File

@ -43,7 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#include "workspace.h"
// KDE
#include <KDE/KIconLoader>
#include <KDE/KWindowSystem>
#include <KDE/KColorScheme>
// Qt
@ -2352,14 +2351,6 @@ void Client::debug(QDebug& stream) const
print<QDebug>(stream);
}
QPixmap* kwin_get_menu_pix_hack()
{
static QPixmap p;
if (p.isNull())
p = SmallIcon(QStringLiteral("bx2"));
return &p;
}
void Client::checkActivities()
{
#ifdef KWIN_BUILD_ACTIVITIES

View File

@ -63,8 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
namespace KWin
{
extern QPixmap* kwin_get_menu_pix_hack();
namespace TabBox
{