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

@@ -14,8 +14,6 @@
#include "area.h"
#include "timer.h"
#include <X11/extensions/Xdamage.h>
#include <time.h>
#include <sys/time.h>
// XEMBED messages
#define XEMBED_EMBEDDED_NOTIFY 0
@@ -49,7 +47,6 @@ typedef struct
int empty;
int pid;
int chrono;
struct timespec time_last_render;
} TrayWindow;