summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/PropertiesPane.m
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/PropertiesPane.m')
-rw-r--r--tikzit/src/gtk/PropertiesPane.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/tikzit/src/gtk/PropertiesPane.m b/tikzit/src/gtk/PropertiesPane.m
index d672c52..a062bae 100644
--- a/tikzit/src/gtk/PropertiesPane.m
+++ b/tikzit/src/gtk/PropertiesPane.m
@@ -80,17 +80,6 @@ static void edge_node_toggled_cb (GtkToggleButton *widget, PropertiesPane *pane)
@implementation PropertiesPane
-// we don't currently use the styles models
-- (id) initWithStyleManager:(StyleManager*)sm {
- return [self init];
-}
-
-// we don't currently use the styles models
-- (id) initWithNodeStylesModel:(NodeStylesModel*)nsm
- andEdgeStylesModel:(EdgeStylesModel*)esm {
- return [self init];
-}
-
- (id) init {
self = [super init];