aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--brep/search1
-rw-r--r--brep/view1
2 files changed, 0 insertions, 2 deletions
diff --git a/brep/search b/brep/search
index a4edf01..d744c30 100644
--- a/brep/search
+++ b/brep/search
@@ -22,7 +22,6 @@ namespace brep
init (::cli::scanner&);
private:
-
std::shared_ptr<search_options> options_;
};
}
diff --git a/brep/view b/brep/view
index d97f9cf..da31481 100644
--- a/brep/view
+++ b/brep/view
@@ -22,7 +22,6 @@ namespace brep
init (::cli::scanner&);
private:
-
std::shared_ptr<view_options> options_;
};
}