diff --git a/+af_tools/@Airfoil/Airfoil.m b/+af_tools/@Airfoil/Airfoil.m
index b3255aa0fbe729b19c346d0e80306116ae3d1c6e..da0c282aa715faa2756a3ecb5bc5cc3b14e33da0 100644
--- a/+af_tools/@Airfoil/Airfoil.m
+++ b/+af_tools/@Airfoil/Airfoil.m
@@ -15,9 +15,6 @@ classdef Airfoil < handle
     %   Airfoil            - Constructor
     %   loadpolar          - Load the airfoil polar (from xfoil or xflr5 data)
     %   polypolar          - Create polynomial polars
-    %   extendpolar        - Extends the polars over the full range of AOA
-    %   analyze            - Extract all important metrics from the polars
-    %   addextremereynolds - Add virtual polars for Re=0 and Re=1e9 to simplify extrapolation
     %
     % Airfoil constructor:
     %   Airfoil() creates an empty object.