Skip to content

Commit

Permalink
dropped unused eventsource
Browse files Browse the repository at this point in the history
  • Loading branch information
qfisch committed Feb 4, 2025
1 parent a60d850 commit 064d94b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/MqttMailingService.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "MqttMailingService.h"
#include "event_source.h"
#include <WiFi.h>

const char* TAG = "MQTT Mail";
Expand Down
1 change: 0 additions & 1 deletion src/MqttMailingService.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef UPT_MQTT_MAILING_SERVICE_H
#define UPT_MQTT_MAILING_SERVICE_H

#include "event_source.h"
#include "mqtt_cfg.h"
#include "mqtt_client.h"
#include <Arduino.h>
Expand Down
13 changes: 0 additions & 13 deletions src/event_source.h

This file was deleted.

0 comments on commit 064d94b

Please sign in to comment.