From 0a43305eaadeeddbd464d33767dedf95f8869589 Mon Sep 17 00:00:00 2001
From: deva <deva>
Date: Mon, 30 Jun 2008 09:43:55 +0000
Subject: Removed getValue. GroupBox is a layout-only class.

---
 client/widgets/groupbox.cc | 5 -----
 client/widgets/groupbox.h  | 4 ----
 2 files changed, 9 deletions(-)

(limited to 'client')

diff --git a/client/widgets/groupbox.cc b/client/widgets/groupbox.cc
index 8461a1b..2edb344 100644
--- a/client/widgets/groupbox.cc
+++ b/client/widgets/groupbox.cc
@@ -49,8 +49,3 @@ GroupBox::GroupBox(QDomNode &node, MacroWindow *macrowindow)
     }
   }
 }
-
-QString GroupBox::getValue()
-{
-  return "Frame";
-}
diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h
index 567fa3f..aa3e61f 100644
--- a/client/widgets/groupbox.h
+++ b/client/widgets/groupbox.h
@@ -35,10 +35,6 @@ class GroupBox : public QGroupBox, public Widget
 {
 public:
   GroupBox(QDomNode &node, MacroWindow *macrowindow);
-
-public slots:
-  QString getValue();
-
 };
 
 #endif/*__PRACRO_GROUPBOX_H__*/
-- 
cgit v1.2.3