Remove map creation support

This commit is contained in:
Iwan Timmer
2017-04-06 22:37:44 +02:00
parent 415c2efe87
commit 0a5b4ec5cc
6 changed files with 21 additions and 169 deletions

View File

@@ -1,7 +1,7 @@
/*
* This file is part of Moonlight Embedded.
*
* Copyright (C) 2015 Iwan Timmer
* Copyright (C) 2015-2017 Iwan Timmer
*
* Moonlight is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
void evdev_create(const char* device, char* mapFile);
void evdev_loop();
void evdev_map(char* fileName);
void evdev_init();
void evdev_start();