mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-11 19:59:06 +00:00
zap unused macro. ok oga@
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*
|
*
|
||||||
* $OpenBSD: conf.c,v 1.90 2011/08/22 16:18:05 okan Exp $
|
* $OpenBSD: conf.c,v 1.91 2011/08/29 09:10:49 okan Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@@ -31,13 +31,6 @@
|
|||||||
|
|
||||||
#include "calmwm.h"
|
#include "calmwm.h"
|
||||||
|
|
||||||
#ifndef timespeccmp
|
|
||||||
#define timespeccmp(tsp, usp, cmp) \
|
|
||||||
(((tsp)->tv_sec == (usp)->tv_sec) ? \
|
|
||||||
((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
|
|
||||||
((tsp)->tv_sec cmp (usp)->tv_sec))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void conf_mouseunbind(struct conf *, struct mousebinding *);
|
static void conf_mouseunbind(struct conf *, struct mousebinding *);
|
||||||
static void conf_unbind(struct conf *, struct keybinding *);
|
static void conf_unbind(struct conf *, struct keybinding *);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user