summaryrefslogtreecommitdiff
path: root/templates/snippets/c-mode
diff options
context:
space:
mode:
Diffstat (limited to '')
l---------templates/snippets/c-mode/doxycomments1
-rw-r--r--templates/snippets/c-mode/headerDEF8
2 files changed, 0 insertions, 9 deletions
diff --git a/templates/snippets/c-mode/doxycomments b/templates/snippets/c-mode/doxycomments
deleted file mode 120000
index 62fd598..0000000
--- a/templates/snippets/c-mode/doxycomments
+++ /dev/null
@@ -1 +0,0 @@
-../doxygen/doxycomments \ No newline at end of file
diff --git a/templates/snippets/c-mode/headerDEF b/templates/snippets/c-mode/headerDEF
deleted file mode 100644
index a07587b..0000000
--- a/templates/snippets/c-mode/headerDEF
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet -*-
-# name: headerDEF
-# key: #if
-# --
-#ifndef
-#define
-
-#endif \ No newline at end of file