summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Applet/CCApplet.cpp4
-rw-r--r--src/Applet/CCApplet.h2
2 files changed, 0 insertions, 6 deletions
diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp
index 63b23a87..d0dae97a 100644
--- a/src/Applet/CCApplet.cpp
+++ b/src/Applet/CCApplet.cpp
@@ -487,7 +487,3 @@ bool CApplet::load_icons()
// m_mapEvents.erase(pUUID);
// return 0;
//}
-//void CApplet::BlinkIcon(bool pBlink)
-//{
-// gtk_status_icon_set_blinking(m_pStatusIcon, pBlink);
-//}
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h
index ca92f082..bb101628 100644
--- a/src/Applet/CCApplet.h
+++ b/src/Applet/CCApplet.h
@@ -61,8 +61,6 @@ class CApplet
~CApplet();
void ShowIcon();
void HideIcon();
- //void DisableIcon();
-// void BlinkIcon(bool pBlink);
void SetIconTooltip(const char *format, ...);
void CrashNotify(const char* crash_id, const char *format, ...);
void MessageNotify(const char *format, ...);