ossp-pkg/as/as-gui/as_slot.cpp 1.20 -> 1.21
--- as_slot.cpp 2002/11/26 20:38:19 1.20
+++ as_slot.cpp 2002/11/26 21:18:48 1.21
@@ -222,6 +222,13 @@
}
//
+// Confirm any recent editions on a single row
+//
+void Titraqform::confirmEdit(void)
+{
+}
+
+//
// Edit menu configure preferences
//
void Titraqform::configPrefs(void)
@@ -235,8 +242,8 @@
//
void Titraqform::editingView(void)
{
- Prototype Unimp;
- Unimp.doMbox();
+ // All other view types are disabled until implemention, so this
+ // body can remain empty, causing nothing to happen on selection.
}
//
|
|