summaryrefslogtreecommitdiffstats
path: root/src/device/device_network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/device_network.h')
-rw-r--r--src/device/device_network.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/device_network.h b/src/device/device_network.h
index 92af429..ae719f0 100644
--- a/src/device/device_network.h
+++ b/src/device/device_network.h
@@ -35,7 +35,4 @@ size_t udp_get_data(char *buf, size_t size);
void discover_client(const int port);
IPAddress *get_daemon_address(void);
-static const char servermagic[] = "I love coffee!";
-static const char clientmagic[] = "I love tea!";
-
#endif /* DEVICE_UDP_H */