summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/PropertiesPane.h
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2013-02-04 23:35:38 +0000
committerAlex Merry <dev@randomguy3.me.uk>2013-02-04 23:35:38 +0000
commit654595877af5500e97eef480944e4a4a5a9bf27e (patch)
tree34db79e26d784dff7a96056039f80bc3edcfcc5e /tikzit/src/gtk/PropertiesPane.h
parent41a7f6d838b481b8a6c97fe68dc9799198d08e56 (diff)
warnings--
Mostly "@interface definition not found" warnings.
Diffstat (limited to 'tikzit/src/gtk/PropertiesPane.h')
-rw-r--r--tikzit/src/gtk/PropertiesPane.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tikzit/src/gtk/PropertiesPane.h b/tikzit/src/gtk/PropertiesPane.h
index 696fd0b..433c400 100644
--- a/tikzit/src/gtk/PropertiesPane.h
+++ b/tikzit/src/gtk/PropertiesPane.h
@@ -19,7 +19,6 @@
#import <gtk/gtk.h>
@class Configuration;
-@class EdgeNodePropertyDelegate;
@class EdgePropertyDelegate;
@class EdgeStylesModel;
@class GraphPropertyDelegate;
@@ -41,7 +40,6 @@
GraphPropertyDelegate *graphPropDelegate;
NodePropertyDelegate *nodePropDelegate;
EdgePropertyDelegate *edgePropDelegate;
- EdgeNodePropertyDelegate *edgeNodePropDelegate;
GtkWidget *layout;