Revert "systray: Sort icons in the correct order when an icon is empty and order is right2left"

This reverts commit cb17e5a662.
This commit is contained in:
o9000
2015-05-30 13:23:20 +02:00
parent cb17e5a662
commit 39e67df44d
4 changed files with 10 additions and 22 deletions

View File

@@ -66,7 +66,4 @@ void update_next_timeout();
/** Callback of all expired timeouts **/
void callback_timeout_expired();
gint compare_timespecs(const struct timespec* t1, const struct timespec* t2);
struct timespec add_msec_to_timespec(struct timespec ts, int msec);
#endif // TIMER_H