]> git.sur5r.net Git - i3/i3/blobdiff - include/log.h
Merge branch 'master' into next
[i3/i3] / include / log.h
index ef24bda8dc37d628c11547f585185fc923e1cde4..0eb5574444c06fc8b30356721fd9a44ad3fbeb96 100644 (file)
@@ -37,13 +37,6 @@ void init_logging();
  */
 void add_loglevel(const char *level);
 
-/**
- * Returns the offsets for the next write and for the last wrap.
- * Necessary to print the i3 SHM log in the correct order.
- *
- */
-void get_log_markers(int *offset_next_write, int *offset_last_wrap, int *size);
-
 /**
  * Set verbosity of i3. If verbose is set to true, informative messages will
  * be printed to stdout. If verbose is set to false, only errors will be