summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/page-sizer.cpp
diff options
context:
space:
mode:
authorFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-27 19:45:22 +0000
committerFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-27 19:46:35 +0000
commit5e6745da63bc715ca8e52ad859971ac669226951 (patch)
tree589ff8f175d0689cfae7c7cc29a8698a68a62587 /src/ui/widget/page-sizer.cpp
parentmove FTFixedToDouble / FTDoubleToFixed to a common header (diff)
downloadinkscape-5e6745da63bc715ca8e52ad859971ac669226951.tar.gz
inkscape-5e6745da63bc715ca8e52ad859971ac669226951.zip
Minor cleanup of warnings. No functional change.
Diffstat (limited to 'src/ui/widget/page-sizer.cpp')
-rw-r--r--src/ui/widget/page-sizer.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ui/widget/page-sizer.cpp b/src/ui/widget/page-sizer.cpp
index c9b3664fc..805333f8e 100644
--- a/src/ui/widget/page-sizer.cpp
+++ b/src/ui/widget/page-sizer.cpp
@@ -22,15 +22,10 @@
#endif
#include "page-sizer.h"
-
#include <glibmm/i18n.h>
-
#include "verbs.h"
-
#include "helper/action.h"
-
#include "object/sp-root.h"
-
#include "ui/widget/button.h"
using std::pair;
@@ -922,7 +917,7 @@ PageSizer::on_margin_lock_changed()
double left = _marginLeft.getValue();
double right = _marginRight.getValue();
double top = _marginTop.getValue();
- double bottom = _marginBottom.getValue();
+ //double bottom = _marginBottom.getValue();
if (Geom::are_near(left,right)) {
if (Geom::are_near(left, top)) {
on_margin_changed(&_marginBottom);