aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_progressbar.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-04-16 17:03:03 +0000
committerGravatar Noldor2008-04-16 17:03:03 +0000
commitcd5ad14c7981140abe0a3e2450eabe1790843def (patch)
tree78032441c9624139fe2e6791fe9f54e09439bf27 /src/modules/objects/class_progressbar.h
parentmore QT4 Objects module port (wip) (diff)
downloadKVIrc-cd5ad14c7981140abe0a3e2450eabe1790843def.tar.gz
KVIrc-cd5ad14c7981140abe0a3e2450eabe1790843def.tar.bz2
KVIrc-cd5ad14c7981140abe0a3e2450eabe1790843def.zip
ported KVS progressbar (completed), popupmenu (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1491 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_progressbar.h')
-rw-r--r--src/modules/objects/class_progressbar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/objects/class_progressbar.h b/src/modules/objects/class_progressbar.h
index f717c19ea..b55b8f4e2 100644
--- a/src/modules/objects/class_progressbar.h
+++ b/src/modules/objects/class_progressbar.h
@@ -41,8 +41,6 @@ protected:
bool functionSetTotalSteps(KviKvsObjectFunctionCall *c);
bool functionReset(KviKvsObjectFunctionCall *c);
bool functionSetPercentageVisible(KviKvsObjectFunctionCall *c);
- bool functionSetCenterIndicator(KviKvsObjectFunctionCall *c);
- bool functionCenterIndicator(KviKvsObjectFunctionCall *c);
bool functionPercentageVisible(KviKvsObjectFunctionCall *c);
};