summaryrefslogtreecommitdiff
path: root/math/graphthing/files/patch-src-gui_cb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'math/graphthing/files/patch-src-gui_cb.cc')
-rw-r--r--math/graphthing/files/patch-src-gui_cb.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/graphthing/files/patch-src-gui_cb.cc b/math/graphthing/files/patch-src-gui_cb.cc
deleted file mode 100644
index 419a35744f26..000000000000
--- a/math/graphthing/files/patch-src-gui_cb.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/gui_cb.cc.orig Fri Oct 25 15:50:57 2002
-+++ src/gui_cb.cc Fri Oct 25 15:52:46 2002
-@@ -253,8 +253,8 @@
-
- void GUI::cb_Graph_Statistics_DegreeSequence ()
- {
-- vector<int> seq;
-- vector<int>::iterator it1, it2;
-+ std::vector<int> seq;
-+ std::vector<int>::iterator it1, it2;
- Graph::v_const_iterator vit;
-
- if (graph->order () < 1) {