diff --git a/Lib/robofab/world.py b/Lib/robofab/world.py index b293bb7f8..f0f4a6821 100644 --- a/Lib/robofab/world.py +++ b/Lib/robofab/world.py @@ -14,10 +14,6 @@ class RFWorld: self.name = os.name self.version = version # the robofab version self.numberVersion = numberVersion - self._hasNagged = False - self._willNag = True - self._timedOut = False - self._license = False self.run = True # get some platform information