Bug 679617 - Don't define TOPIC_FRECENCY_UPDATED twice. r=mak

This commit is contained in:
Matheus Kerschbaum 2011-08-18 11:57:32 +02:00
parent 8af0aed670
commit aba11d4b7f

View File

@ -101,9 +101,6 @@
// Fired after frecency has been updated. // Fired after frecency has been updated.
#define TOPIC_FRECENCY_UPDATED "places-frecency-updated" #define TOPIC_FRECENCY_UPDATED "places-frecency-updated"
// Fired after frecency has been updated.
#define TOPIC_FRECENCY_UPDATED "places-frecency-updated"
// Fired when Places is shutting down. Any code should stop accessing Places // Fired when Places is shutting down. Any code should stop accessing Places
// APIs after this notification. If you need to listen for Places shutdown // APIs after this notification. If you need to listen for Places shutdown
// you should only use this notification, next ones are intended only for // you should only use this notification, next ones are intended only for