diff options
Diffstat (limited to 'Project1/Contact_list.h')
| -rw-r--r-- | Project1/Contact_list.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Project1/Contact_list.h b/Project1/Contact_list.h index 44576ad..2338bf7 100644 --- a/Project1/Contact_list.h +++ b/Project1/Contact_list.h @@ -35,8 +35,6 @@ public: void Print() const; - size_t Size() const; - void Update(const contact& contact); }; |