summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/widgets/frame.cc4
-rw-r--r--client/widgets/frame.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/client/widgets/frame.cc b/client/widgets/frame.cc
index 2560994..ecf0701 100644
--- a/client/widgets/frame.cc
+++ b/client/widgets/frame.cc
@@ -44,7 +44,3 @@ Frame::Frame(QDomNode &node, MacroWindow *macrowindow)
}
}
-QString Frame::getValue()
-{
- return "Frame";
-}
diff --git a/client/widgets/frame.h b/client/widgets/frame.h
index 1daf3d4..33ccc29 100644
--- a/client/widgets/frame.h
+++ b/client/widgets/frame.h
@@ -35,10 +35,6 @@ class Frame : public QFrame, public Widget
{
public:
Frame(QDomNode &node, MacroWindow *macrowindow);
-
-public slots:
- QString getValue();
-
};
#endif/*__PRACRO_FRAME_H__*/