Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
334becf6
Commit
334becf6
authored
Sep 25, 2015
by
Tiago Peixoto
Browse files
Remove unused member function definition in GraphInterface
parent
66cf8d87
Pipeline
#12
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph/graph.hh
View file @
334becf6
...
@@ -95,7 +95,6 @@ public:
...
@@ -95,7 +95,6 @@ public:
bool
is_edge_filter_active
()
const
;
bool
is_edge_filter_active
()
const
;
// graph modification
// graph modification
void
insert_property_map
(
string
name
,
boost
::
any
map
);
void
re_index_edges
();
void
re_index_edges
();
void
purge_vertices
(
boost
::
any
old_index
);
// removes filtered vertices
void
purge_vertices
(
boost
::
any
old_index
);
// removes filtered vertices
void
purge_edges
();
// removes filtered edges
void
purge_edges
();
// removes filtered edges
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment