diff options
Diffstat (limited to 'grc/core/Platform.py')
-rw-r--r-- | grc/core/Platform.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/grc/core/Platform.py b/grc/core/Platform.py index be7b60ca59..844693d14b 100644 --- a/grc/core/Platform.py +++ b/grc/core/Platform.py @@ -310,6 +310,3 @@ class Platform(Element): def get_new_block(self, flow_graph, key): return self.Block(flow_graph, n=self._blocks_n[key]) - - def get_colors(self): - return [(name, color) for name, key, sizeof, color in Constants.CORE_TYPES] |