summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-22 13:12:54 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-22 13:12:54 +0200
commit35582fa1649e1a6451791bd4076a2e2f531f09a8 (patch)
tree97906d09ca9a036b47f433a064217d5e1d27f76c /src/Applet/CCApplet.h
parent45a8f89d405f082d1514b13a571021dbd3aa8604 (diff)
downloadabrt-35582fa1649e1a6451791bd4076a2e2f531f09a8.tar.gz
abrt-35582fa1649e1a6451791bd4076a2e2f531f09a8.tar.xz
abrt-35582fa1649e1a6451791bd4076a2e2f531f09a8.zip
comment out unused code in applet
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet/CCApplet.h')
-rw-r--r--src/Applet/CCApplet.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h
index 285511aa..5c42c36c 100644
--- a/src/Applet/CCApplet.h
+++ b/src/Applet/CCApplet.h
@@ -28,8 +28,6 @@
class CApplet
{
private:
- static const gchar *menu_xml;
-
GtkStatusIcon* m_pStatusIcon;
GObject *m_pMenu;
GtkBuilder *m_pBuilder;
@@ -39,16 +37,16 @@ class CApplet
GObject *m_pAboutDialog;
NotifyNotification *m_pNotification;
- std::map<int, std::string> m_mapEvents;
+// std::map<int, std::string> m_mapEvents;
bool m_bDaemonRunning;
public:
CApplet();
~CApplet();
void ShowIcon();
- void HideIcon();
+// void HideIcon();
//void DisableIcon();
- void BlinkIcon(bool pBlink);
+// void BlinkIcon(bool pBlink);
void SetIconTooltip(const char *format, ...);
void CrashNotify(const char *format, ...);
void Disable(const char *reason);
@@ -57,8 +55,8 @@ class CApplet
// or ask the daemon every time?
// maybe just events which occured during current session
// map::
- int AddEvent(int pUUID, const std::string& pProgname);
- int RemoveEvent(int pUUID);
+// int AddEvent(int pUUID, const std::string& pProgname);
+// int RemoveEvent(int pUUID);
protected:
//@@TODO applet menus