Prettify notifications settingspage
[quassel.git] / src / qtui / systraynotificationbackend.h
index 3a68533..319942b 100644 (file)
@@ -71,8 +71,8 @@ private slots:
   void widgetChanged();
 
 private:
-  QCheckBox *_showBubbleBox, *_animateBox;
-  bool _showBubble, _animate;
+  QCheckBox *_showBubbleBox;
+  bool _showBubble;
 };
 
 #endif