mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
Remove src/common/log.c
Use wlr_log() instead
This commit is contained in:
parent
20fd8f59a7
commit
82e47ac1f5
20 changed files with 28 additions and 65 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#ifndef __LABWC_LOG_H
|
||||
#define __LABWC_LOG_H
|
||||
|
||||
/**
|
||||
* warn - print warning
|
||||
*/
|
||||
void warn(const char *err, ...);
|
||||
|
||||
#endif /* __LABWC_LOG_H */
|
||||
|
|
@ -33,8 +33,6 @@
|
|||
#include <wlr/xwayland.h>
|
||||
#endif
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
||||
#include "common/log.h"
|
||||
#include "config/keybind.h"
|
||||
#include "config/rcxml.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue