summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/EdgeStyleSelector.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/EdgeStyleSelector.h')
-rw-r--r--tikzit/src/gtk/EdgeStyleSelector.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/tikzit/src/gtk/EdgeStyleSelector.h b/tikzit/src/gtk/EdgeStyleSelector.h
index 935c9b7..1ae1f3c 100644
--- a/tikzit/src/gtk/EdgeStyleSelector.h
+++ b/tikzit/src/gtk/EdgeStyleSelector.h
@@ -23,8 +23,6 @@
GtkListStore *store;
GtkTreeView *view;
StyleManager *styleManager;
- BOOL linkedToActiveStyle;
- BOOL suppressSetActiveStyle;
}
/*!
@@ -40,16 +38,8 @@
@property (retain) StyleManager *styleManager;
/*!
- @property linkedToActiveStyles
- @brief Whether the current selection should be the same as the
- style manager's active style
- */
-@property (getter=isLinkedToActiveStyle) BOOL linkedToActiveStyle;
-
-/*!
@property selectedStyle
- @brief The selected style. If linkedToActiveStyle is YES, this
- will be the same as [manager activeStyle].
+ @brief The selected style.
When this changes, a SelectedStyleChanged notification will be posted
*/