cleanup
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -1,6 +1,5 @@
|
||||
#include "mainwindow.h"
|
||||
#include "net/net.h"
|
||||
#include "ofd/ofd.h"
|
||||
#include "settings/settings.h"
|
||||
#include "utils/utils.h"
|
||||
#include <QApplication>
|
||||
@@ -18,7 +17,6 @@ int main(int argc, char *argv[]) {
|
||||
get_path_relative_to_home(".local/share/checks_parser/settings.json");
|
||||
|
||||
Settings s(settings_file_path);
|
||||
OFD ofd;
|
||||
Net n;
|
||||
|
||||
// std::vector<std::string> ofd_updates = ofd.check_updates();
|
||||
|
||||
Reference in New Issue
Block a user