summaryrefslogtreecommitdiffstats
path: root/src/log_actions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/log_actions.cc')
-rw-r--r--src/log_actions.cc14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/log_actions.cc b/src/log_actions.cc
index 6e47440..02a3c91 100644
--- a/src/log_actions.cc
+++ b/src/log_actions.cc
@@ -27,13 +27,14 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "log_actions.hh"
+#if 0
+# include "log_actions.hh"
-#include "base/fs_util.hh"
-#include "base/injector.hh"
-#include "bound_tags.hh"
-#include "config.h"
-#include "piper_proc.hh"
+# include "base/fs_util.hh"
+# include "base/injector.hh"
+# include "bound_tags.hh"
+# include "config.h"
+# include "piper_proc.hh"
std::string
action_delegate::execute_action(const std::string& action_name)
@@ -235,3 +236,4 @@ action_delegate::text_handle_mouse(textview_curses& tc, mouse_event& me)
return retval;
}
+#endif