summaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-06-04 20:46:17 -0400
committerJorge Arellano Cid <jcid@dillo.org>2016-06-04 20:46:17 -0400
commit1db95177abded269fbc4071d59201b05423f04bf (patch)
treef7a8e967760dbd8d97068f133519836caf67e6bb /dw/oofawarewidget.cc
parent4096aafdb18a2a6f0fe5bb44d1c39b32f318f69c (diff)
Revert an accidental commit of testing code (2 patches in the queue).
Diffstat (limited to 'dw/oofawarewidget.cc')
-rw-r--r--dw/oofawarewidget.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/oofawarewidget.cc b/dw/oofawarewidget.cc
index 8f704f40..025111ae 100644
--- a/dw/oofawarewidget.cc
+++ b/dw/oofawarewidget.cc
@@ -573,9 +573,9 @@ void OOFAwareWidget::oofSizeChanged (bool extremesChanged)
DBG_OBJ_LEAVE ();
}
-int OOFAwareWidget::getC0RelX (int oofmIndex)
+int OOFAwareWidget::getGeneratorX (int oofmIndex)
{
- notImplemented ("OOFAwareWidget::getC0RelX");
+ notImplemented ("OOFAwareWidget::getGeneratorX");
return 0;
}