From 504928294a086d4748f0c6dfbfe28de8f27fb58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 30 Apr 2007 12:28:42 +0000 Subject: [PATCH] No longer a QWidget. svn path=/trunk/KDE/kdebase/workspace/; revision=659572 --- client.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.h b/client.h index 2dbe8fb68e..5d614c6462 100644 --- a/client.h +++ b/client.h @@ -468,8 +468,6 @@ class Client friend struct CheckIgnoreFocusStealingProcedure; friend struct ResetupRulesProcedure; friend class GeometryUpdatesBlocker; - void show() { assert( false ); } // SELI remove after Client is no longer QWidget - void hide() { assert( false ); } QTimer* demandAttentionKNotifyTimer; friend bool performTransiencyCheck();