summaryrefslogtreecommitdiffstats
path: root/Panel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:41:01 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:41:01 +0000
commit2f1f82ee87f42b53593575241839d6d3b277880f (patch)
treeabffb1c601fb3b92e2f910bfd420f98e0f552874 /Panel.c
parentb95993fa22dc62667a86919d371e0941c168c094 (diff)
Updates for new version of the MakeHeader.py script.
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Panel.c b/Panel.c
index 32da2110..081306cf 100644
--- a/Panel.c
+++ b/Panel.c
@@ -45,8 +45,6 @@ struct Panel_ {
Panel_EventHandler eventHandler;
};
-extern char* PANEL_CLASS;
-
}*/
#ifndef MIN
@@ -56,7 +54,6 @@ extern char* PANEL_CLASS;
#define MAX(a,b) ((a)>(b)?(a):(b))
#endif
-/* private property */
char* PANEL_CLASS = "Panel";
Panel* Panel_new(int x, int y, int w, int h, char* type, bool owner) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy