You are here

function geshifilter_update_7100 in GeSHi Filter for syntax highlighting 7

Remove 'geshifilter_geshi_dir' since it is replaced by libraries API.

File

./geshifilter.install, line 36
Installation and uninstallation functions for the GeSHi filter.

Code

function geshifilter_update_7100() {
  variable_del('geshifilter_geshi_dir');
}