summaryrefslogtreecommitdiff
path: root/tikzit/src/linux/NodeStyleSelector.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/linux/NodeStyleSelector.h')
-rw-r--r--tikzit/src/linux/NodeStyleSelector.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/tikzit/src/linux/NodeStyleSelector.h b/tikzit/src/linux/NodeStyleSelector.h
index c6c8833..894d71e 100644
--- a/tikzit/src/linux/NodeStyleSelector.h
+++ b/tikzit/src/linux/NodeStyleSelector.h
@@ -56,21 +56,13 @@
@property (assign) NodeStyle *selectedStyle;
/*!
- * Initialise with the default style manager and a new icon view widget
+ * Initialise with the default style manager
*/
- (id) init;
/*!
- * Initialise with the default style manager and the given icon view widget
- */
-- (id) initWithIconView:(GtkIconView*)view;
-/*!
- * Initialise with the given style manager and a new icon view widget
+ * Initialise with the given style manager
*/
- (id) initWithStyleManager:(StyleManager*)m;
-/*!
- * Initialise with the given style manager and icon view widget
- */
-- (id) initWithIconView:(GtkIconView*)view andStyleManager:(StyleManager*)m;
@end