summaryrefslogtreecommitdiff
path: root/render/hubbub_binding.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/hubbub_binding.c')
-rw-r--r--render/hubbub_binding.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/render/hubbub_binding.c b/render/hubbub_binding.c
index a99bcf7cb..279dd9933 100644
--- a/render/hubbub_binding.c
+++ b/render/hubbub_binding.c
@@ -17,8 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef WITH_HUBBUB
-
#define _GNU_SOURCE /* for strndup */
#include <assert.h>
#include <stdbool.h>
@@ -1023,5 +1021,3 @@ struct form_control *parse_textarea_element(xmlNode *node)
return control;
}
-#endif
-