summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/gtkhelpers.m
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-07 17:27:07 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-07 17:27:07 +0000
commit3eb2ed59378f51ea91100dc36d6ae176b696f926 (patch)
tree869b6ed5ac3dffba40da58ecd13976e96f6e0eec /tikzit/src/gtk/gtkhelpers.m
parent815535a6159b8832dcc26554e5543cba1a020cbd (diff)
Add a propery editor window
Diffstat (limited to 'tikzit/src/gtk/gtkhelpers.m')
-rw-r--r--tikzit/src/gtk/gtkhelpers.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/tikzit/src/gtk/gtkhelpers.m b/tikzit/src/gtk/gtkhelpers.m
index 164228c..3e4ab8a 100644
--- a/tikzit/src/gtk/gtkhelpers.m
+++ b/tikzit/src/gtk/gtkhelpers.m
@@ -213,8 +213,6 @@ void gtk_action_set_detailed_label (GtkAction *action, const gchar *baseLabel, c
* it simply allows the window contents to treat key events /before/
* accelerator keys come into play (this way widgets dont get deleted
* when cutting text in an entry etc.).
- * Creates a liststore suitable for comboboxes and such to
- * chose from a variety of types.
*
* Returns: whether the event was handled
*/