aboutsummaryrefslogtreecommitdiff
path: root/data/server.c
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-05-12 22:52:37 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-05-25 04:38:15 +0200
commitbe2c37ac8c8e317eb7e05829ff2078c1b3bbce4e (patch)
tree46caefa23c106ae789bdd49ab59daeca69cb2d3d /data/server.c
parent522e11c8086b7d8ab76b9be07c1861f35ed2327f (diff)
Reimplement client with ImGui and ImPlot (scaffold)
Diffstat (limited to 'data/server.c')
-rw-r--r--data/server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/server.c b/data/server.c
index f7f1121..c2fd276 100644
--- a/data/server.c
+++ b/data/server.c
@@ -25,7 +25,6 @@ void respond_name(int client_fd) {
json_object_to_fd(client_fd, sim_name, JSON_C_TO_STRING_PRETTY);
json_object_put(sim_name);
}
-break;
void respond_opts(int client_fd) {
log_info("Client requested simulation options");