[niepce] Remove boost::bind, it's no longer needed
- From: Hubert Figuière <hub src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [niepce] Remove boost::bind, it's no longer needed
- Date: Tue, 22 Dec 2020 03:39:37 +0000 (UTC)
commit abcc4298ed6f79e41e757a4f85e8aba342b2e0a6
Author: Hubert Figuière <hub figuiere net>
Date: Mon Dec 21 22:36:58 2020 -0500
Remove boost::bind, it's no longer needed
src/libraryclient/uidataprovider.cpp | 1 -
src/niepce/main.cpp | 7 ++-----
2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/src/libraryclient/uidataprovider.cpp b/src/libraryclient/uidataprovider.cpp
index f481bb0..f6f3ce6 100644
--- a/src/libraryclient/uidataprovider.cpp
+++ b/src/libraryclient/uidataprovider.cpp
@@ -18,7 +18,6 @@
*/
#include <algorithm>
-#include <boost/bind.hpp>
#include "fwk/base/debug.hpp"
#include "fwk/base/colour.hpp"
diff --git a/src/niepce/main.cpp b/src/niepce/main.cpp
index 5dc7195..d119fb8 100644
--- a/src/niepce/main.cpp
+++ b/src/niepce/main.cpp
@@ -1,7 +1,7 @@
/*
* niepce - main/main.cpp
*
- * Copyright (C) 2007, 2013 Hubert Figuiere
+ * Copyright (C) 2007-2020 Hubert Figuière
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -22,8 +22,6 @@
#include "config.h"
-#include <boost/bind.hpp>
-
#include <glibmm/i18n.h>
#include "fwk/utils/init.hpp"
@@ -41,8 +39,7 @@ int main(int argc, char ** argv)
fwk::ExempiManagerPtr manager = fwk::exempi_manager_new();
fwk::Application::Ptr app = ui::NiepceApplication::create(argc, argv);
- return fwk::Application::main(app,
- argc, argv);
+ return fwk::Application::main(app, argc, argv);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]