diff --git a/Structural_Patterns/Flyweight/flyweight1.cpp b/Structural_Patterns/Flyweight/flyweight1.cpp index a19d22a..686690d 100644 --- a/Structural_Patterns/Flyweight/flyweight1.cpp +++ b/Structural_Patterns/Flyweight/flyweight1.cpp @@ -13,7 +13,6 @@ int main() Font* times12 = new Font("Times-Roman-12"); Font* timesItalic12 = new Font("Times-Italic-12"); // ... - gc.SetFont(times12, 6); gc.Insert(6);